Newsgroups: comp.parallel.mpi
From: Housam Binous <binous>
Subject: (no subject)
Organization: University of California, Davis
Date: 14 May 1996 21:04:28 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <4nasgs$548@mark.ucdavis.edu>

Dear Sir:

This is my .pg file:

local                           0
garlic.engr.ucdavis.edu   1 /acs_mnt/users3/b/binous/mpi2/HOUSAM
romano.engr.ucdavis.edu   1 /acs_mnt/users3/b/binous/mpi2/HOUSAM 
chicken.engr.ucdavis.edu  1 /acs_mnt/users3/b/binous/mpi2/HOUSAM 
mushroom.engr.ucdavis.edu 1 /acs_mnt/users3/b/binous/mpi2/HOUSAM 

I type mpirun -p4pg HOUSAM.pg HOUSAM to run my program on five processors.

I would like to run my stuff in the background and nice it.

I type nohup nice +4 mpirun -p4pg HOUSAM.pg HOUSAM in the command lime of
the local machine.  How about the other machines?  How should I modify my
pg file to do this.

I have tried this :

local                           0
garlic.engr.ucdavis.edu   1 nohup nice -4  /acs_mnt/users3/b/binous/mpi2/HOUSAM
romano.engr.ucdavis.edu   1 nohup nice -4  /acs_mnt/users3/b/binous/mpi2/HOUSAM
chicken.engr.ucdavis.edu  1 nohup nice -4  /acs_mnt/users3/b/binous/mpi2/HOUSAM
mushroom.engr.ucdavis.edu 1 nohup nice -4  /acs_mnt/users3/b/binous/mpi2/HOUSAM

But it does not work.

Any suggestions?


Best regards,

Housam.


