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