Re: [OMPI users] mpirun exit status

2009-03-20 Thread Ralph Castain
On Mar 20, 2009, at 4:21 AM, Cristian KLEIN wrote: Jeff Squyres a écrit : I believe that this was just fixed in OMPI v1.3.1 -- could you try upgrading? Yup, the issue is well solved. :) I would just want to add one thing. Isn't the current solution a little bit error prone. I mean, instea

Re: [OMPI users] mpirun exit status

2009-03-20 Thread Cristian KLEIN
Jeff Squyres a écrit : > I believe that this was just fixed in OMPI v1.3.1 -- could you try > upgrading? Yup, the issue is well solved. :) I would just want to add one thing. Isn't the current solution a little bit error prone. I mean, instead of having to check before each call to ORTE_UPDATE_EX

Re: [OMPI users] mpirun exit status

2009-03-19 Thread Jeff Squyres
I believe that this was just fixed in OMPI v1.3.1 -- could you try upgrading? On Mar 19, 2009, at 10:58 AM, Cristian KLEIN wrote: 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 inco

[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$

Re: [OMPI users] mpirun exit status for non-existent executable

2007-03-20 Thread Tim Prins
Well that's not a good thing. I have filed a bug about this (https:// svn.open-mpi.org/trac/ompi/ticket/954) and will try to look into it soon, but don't know when it will get fixed. Thanks for bringing this to our attention! Tim On Mar 20, 2007, at 1:39 AM, Bill Saphir wrote: If you ask

[OMPI users] mpirun exit status for non-existent executable

2007-03-20 Thread Bill Saphir
If you ask mpirun to launch an executable that does not exist, it fails, but returns an exit status of 0. This makes it difficult to write scripts that invoke mpirun and need to check for errors. I'm wondering if a) this is considered a bug and b) whether it might be fixed in a near term re