Newsgroups: comp.parallel.mpi
From: Martin Audet <martin.audet@nrc.ca>
Subject: nohup & mpirun on O2k
Organization: National Research Council (Canada)
Date: Mon, 29 Jun 1998 14:11:56 -0400
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="------------52B4EBFFFA5DCB0458CF1BAD"
Message-ID: <3597D8EC.33DC0ACD@nrc.ca>


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

Hi,

I'm trying to start a program developed with the MPI library and using
at the same time the "nohup" command in order to be able to log off
from my workstation without disturbing the parallel job.

I use the following command to start my job (scode):

   nohup mpirun -np 8 ./scode x2f  > scode.out 2> scode.err &

Unfortunately my job stop when I loug out from our parallel machine
exactly as if I was not using the "nohup" command.

Im I doing something wrong  ?
Is there something special to do to use mpirun and nohup ?

I'm using an 8 CPU Origin 2000 computer from SGI.
We are using MPI 3.1.0.1 library form MPT 1.2.0.1 running on IRIX 6.4 OS
with recommended patches up to April 1998.
Finally we use MIPSPro 7.2 compiler (patched) and I use ksh shell.

Thanks,

Martin

--
===========================================================================
Martin Audet                       Industrial Materials Institute
E-mail: martin.audet@nrc.ca        National Research Council
Tel  : (450) 641-5034              75, de Mortagne, Boucherville, (Que)
       (450) 641-5364  (lab.)      Canada
Fax  : (450) 641-5104              J4B 6Y4



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

<HTML>

<PRE>Hi,

I'm trying to start a program developed with the MPI library and using
at the same time the "nohup" command in order to be able to log off
from my workstation without disturbing the parallel job.

I use the following command to start my job (scode):

&nbsp;&nbsp; nohup mpirun -np 8 ./scode x2f&nbsp; > scode.out 2> scode.err &amp;

Unfortunately my job stop when I loug out from our parallel machine
exactly as if I was not using the "nohup" command.

Im I doing something wrong&nbsp; ?
Is there something special to do to use mpirun and nohup ?

I'm using an 8 CPU Origin 2000 computer from SGI.
We are using MPI 3.1.0.1 library form MPT 1.2.0.1 running on IRIX 6.4 OS
with recommended patches up to April 1998.
Finally we use MIPSPro 7.2 compiler (patched) and I use ksh shell.


Thanks,

Martin

--&nbsp;
===========================================================================
Martin Audet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Industrial Materials Institute
E-mail: martin.audet@nrc.ca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; National Research Council
Tel&nbsp; : (450) 641-5034&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 75, de Mortagne, Boucherville, (Que)&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (450) 641-5364&nbsp; (lab.)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Canada
Fax&nbsp; : (450) 641-5104&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; J4B 6Y4</PRE>
&nbsp;</HTML>

--------------52B4EBFFFA5DCB0458CF1BAD--


