Newsgroups: comp.parallel.pvm
From: Antoine Jonas <jonas@sun.ipl.fr>
Subject: Re: task desination
Organization: IPL
Date: Wed, 24 Apr 1996 10:25:40 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <317DE584.184D@sun.ipl.fr>

Brett Close wrote:
> 
> I'm writing a parallized image processing app to run on a
> heterogeneous network cluster... and I was just wondering if
> I anyone can tell me how to designate specific tasks to specific
> network nodes (ie; I want to give bigger jobs to better-performing
> machines on the network).  CAN THIS BE DONE IN PVM?!?!
> I've looked and I cant seem to find anything.
> 
> Thanks very much,  (plz reply to below address)
>  -----------------------------------------------------------------
> | Brett H. Close        -- Graduate Teaching Assistant            |
> | 235 Snow Hall         -- Univ. Kansas Dept. EECS - Lawrence, KS |
> | vox: (hm)913.842.4854 -- (wk)913.864.7382                       |
> | net: close@eecs.ukans.edu                                       |
> | web: http://www.eecs.ukans.edu/~close                           |
>  -----------------------------------------------------------------

Brett,

I think you just have to specify the name of the specific host you want
to run your specific task on, in the pvm_spawn(...) command.

I hope this helps.

Regards,

Antoine.
-- 
---- #### #### -------------------------------------------------------
     #  #    #  Antoine JONAS           mail : jonas@sun.ipl.fr
     #### #  #  ICPI Lyon - France      WWW  : http://sun.ipl.fr:8080
---- #  # #### -------------------------------------------------------


