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: [mg27939] Re: Calling a remote kernel from an external program.
  • From: parra at signition.com
  • Date: Sat, 24 Mar 2001 00:49:02 -0500 (EST)
  • References: <98vik0$938@smc.vnet.net> <9962nq$t2i@smc.vnet.net> <99chdc$8bd@smc.vnet.net> <nISu6.5165$uR4.43561@ralph.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In article <nISu6.5165$uR4.43561 at ralph.vnet.net>, Jens-Peer Kuska says...
>
>Hi,
>
>I tryed on my SGI box and all works fine
>
>Session 1---------------------------
>
>lnk = LinkCreate["8000"]
>
>Session 2---------------------------
>
>lnk = LinkConnect["8000@phong"]
>
>LinkWrite[lnk, 15!]
>
>Session 1---------------------------
>
>LinkReadyQ[lnk]
>
>LinkRead[lnk]
>
>1307674368000
>
>The opposite version, create the link in Session 2
>and connect to the link in session 1 works as well.
>
>What Operating System you are using ?
>
>You should try some other protocols for your system.
>
>Perplex
>  Jens
>

I use solaris 2.6. I tried it on another computer with 
sunos 4.1 and it works fine too, so there must be some 
configuration on the 2.6 that prevents the message from 
going trough. LinkReadyQ returns true, but no message is 
actually being sent. What do you mean by other protocols?
Thank,

-Mario



  • Prev by Date: DSolve bug in Mathematica version 4.1?,
  • Next by Date: Re: a few questions
  • Previous by thread: Re: Calling a remote kernel from an external program.
  • Next by thread: Re: Calling a remote kernel from an external program.