Re: [OMPI users] mpirun exit status

2009-03-20 Thread Cristian KLEIN
ach call to ORTE_UPDATE_EXIT_STATUS, whether the low 8 bits are indeed non-zero, wouldn't it be wiser to have ORTE_UPDATE_EXIT_STATUS do the check? > > On Mar 19, 2009, at 10:58 AM, Cristian KLEIN wrote: > >> Hello everybody, >> >> I've been using OpenMPI 1.3's mpirun

[OMPI users] mpirun exit status

2009-03-19 Thread Cristian KLEIN
Hello everybody, I've been using OpenMPI 1.3's mpirun in Makefiles and observed that the exit status is not always the one I expect. For example, using an incorrect machinefile makes mpirun return 0, whereas a non-zero value would be expected: --- cut here --- masternode:~/grid/myTests/hellompi$