MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Calling a remote kernel from an external program.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28058] Re: Calling a remote kernel from an external program.
  • From: parra at signition.com
  • Date: Thu, 29 Mar 2001 03:24:23 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Jens-Peer Kuska wrote:

>  On the same machine MathLink on a unix box will probably
>  use pipes, but you can try to use TCP/IP and create the
>  links with
>
>  Session 1---------------------------
>
>  lnk = LinkCreate["8000",LinkProtocol->"TCP"]
>
>  Session 2---------------------------
>
>  lnk = LinkConnect["8000@phong",LinkProtocol->"TCP"]
>
>  Regards
>    Jens

Hi Jens,

I tried that but it didn't work either. I think the version of mathematica
I have must be broken or something. Maybe tech support can help.
Thanks,

-Mario



  • Prev by Date: log x > x - proof?
  • Next by Date: How do I add rows to a text table?
  • Previous by thread: Re: Calling a remote kernel from an external program.
  • Next by thread: Another problem with FunctionExpand