unknown signal
Pete Wyckoff
pw at osc.edu
Thu Oct 14 14:02:16 EDT 2004
beaneg at umcs.maine.edu wrote on Thu, 14 Oct 2004 13:57 -0400:
> Looks like it does add 10,000 to the signal.
>
> if (WIFEXITED(statloc))
> exiteval = WEXITSTATUS(statloc);
> else if (WIFSIGNALED(statloc))
> exiteval = WTERMSIG(statloc) + 10000;
> else
> exiteval = 1;
Okay, that's helpful. Give me an architecture tag to look for,
something the C compiler defines to describe your system that
agrees with what PBS calls it. Maybe OSX or __OSX__ or similar,
or FREEBSD---whatever you think makes sense.
In the mean time hack your mpiexec.c to change the 0x100 to 10000
in two places near the end of the file.
-- Pete
More information about the mpiexec
mailing list