Newsgroups: comp.parallel.pvm
From: "Umesh Kumar V. Rajasekaran" <urajasek@ececs.uc.edu>
Subject: how to specify the task to run in a particular machine
Organization: ECECS Department, University of Cincinnaiti
Date: Wed, 25 Mar 1998 03:17:59 +0000
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="------------36E34E7198AF1BCCC5C1C960"
Message-ID: <35187766.A2489503@ececs.uc.edu>


--------------36E34E7198AF1BCCC5C1C960
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

    How can I specify  to the pvm  to spawn a process on a machine I
want.. I see a routine pvm_spawn with the following signature
int pvm_spawn(char *task, char **argv, int flag,
                     char *where, int ntask, int *tids )

Do I specify where the task should run in Char *where ?. or using some
other pvm_routines ?.

thanks for any help
Umesh

--
Umesh Kumar V. Rajasekaran
Department of Electrical and Computer Science and Computer Engineering
University of Cincinnati
email: urajasek@ececs.uc.edu  URL: http://www.ececs.uc.edu/~urajasek/



--------------36E34E7198AF1BCCC5C1C960
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<HTML>
Hi,

<P>&nbsp;&nbsp;&nbsp; How can I specify&nbsp; to the pvm&nbsp; to spawn
a process on a machine I want.. I see a routine pvm_spawn with the following
signature
<BR>int pvm_spawn(char *task, char **argv, int flag,
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
char *where, int ntask, int *tids )

<P>Do I specify where the task should run in Char *where ?. or using some
other pvm_routines ?.

<P>thanks for any help
<BR>Umesh
<PRE>--&nbsp;
Umesh Kumar V. Rajasekaran
Department of Electrical and Computer Science and Computer Engineering
University of Cincinnati
email: urajasek@ececs.uc.edu&nbsp; URL: <A HREF="http://www.ececs.uc.edu/~urajasek/">http://www.ececs.uc.edu/~urajasek/</A></PRE>
&nbsp;</HTML>

--------------36E34E7198AF1BCCC5C1C960--


