Newsgroups: comp.parallel.pvm
From: papadopo@cs.utk.edu (Philip Papadopoulos)
Subject: Re: spawn to any host but localhost
Organization: CS Department, University of Tennessee, Knoxville
Date: 31 Oct 1995 16:33:13 -0500
Message-ID: <4764mpINNegs@duncan.cs.utk.edu>

In article <46t0cv$lrv@utrhcs.cs.utwente.nl> dongen@cs.utwente.nl writes:
>In article <46s2hi$9uc@nntp.Stanford.EDU>,
>           rolf@ccrma.stanford.edu writes:
>#Hi PVM community!
>#
>#Is there a way to spawn tasks from a master process to any host but the  
>#localhost of the master process?
  try 
    pvm_spawn("myprog", argv, PvmTaskHost+PvmHostCompl, ".",ntask,tids)


    "." is a synonym for "my host".  If you don't like this synonym,
you can use pvm_config to get info about your host's name. 

--Phil Papadopoulos 

