 
 
 
 
 
 
Automatic start of Math Kernel
- To: mathgroup at smc.vnet.net
- Subject: [mg26022] Automatic start of Math Kernel
- From: "Makoto Nikaidoh" <nikaidoh at mech.fukui-u.ac.jp>
- Date: Thu, 16 Nov 2000 03:43:07 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hello,
I use Parallel Computing Toolkit
I cannot start with Math Kernel automatically.
   $RemoteCommand = "rsh `1` math -mathlink";
   $RemoteCommand = $winrsh <>  " -m -h `1` -1 username -t 2 
      'math -mathlink -linkmode connect \ -linkprotocol TCP -linkname `2`'";
   SetOptions[LaunchSlave, ConnectionType -> LinkCreate];
   $AvailableMachines = {RemoteMachine["IP of machine B"]};
   LaunchSlave[$AvailableMachines] // TableForm
(machine B : Slave Machine candidate)
I start by manual operation.
   MS-DOS prompt on machine B:
      math -mathlink -linkcreate -linkprotocol TCP
A method to start automatically?
   
***************************************************************
   Makoto Nikaidoh  nikaidoh at mech.fukui-u.ac.jp
    Graduate Student, Department of Mechanical Engineering
    Fukui University, 3-9-1 Bunkyo, Fukui, 910-8507, JAPAN
***************************************************************

