Newsgroups: comp.parallel.pvm
From: a-aszodi@nimr.mrc.ac.uk (Andras Aszodi)
Subject: Re: How to spawn in hostless program
Organization: National Institute for Medical Research, London
Date: 29 Feb 1996 14:03:45 GMT
Message-ID: <4h4bo1$fg5@mercury.hgmp.mrc.ac.uk>

The following might help:-
1) get the description of the nodes in your virtual machine
  with pvmfconfig()
2) spawn on each of the nodes with pvmfspawn(), using their
  names as the "where" argument (i.e. call pvmfspawn() for
  each node, rather than just once). 

All of this is in the manual, BTW.
-- 
  __  __   __ 
\ \/ / _|_|_  : WEB: http://www.nimr.mrc.ac.uk/~a-aszodi
 \/\/ <_| |__ : FAX: ++44 181 913-8545: E-MAIL: a-aszodi@nimr.mrc.ac.uk

