[torqueusers] Exit status = -3
Glen Beane
glen.beane at gmail.com
Tue Apr 15 08:05:05 MDT 2008
this probably isn't much help, but this is what the torque exit statuses
mean:
#define JOB_EXEC_OK 0 /* job exec successful */
#define JOB_EXEC_FAIL1 -1 /* job exec failed, before files, no retry
*/
#define JOB_EXEC_FAIL2 -2 /* job exec failed, after files, no retry
*/
#define JOB_EXEC_RETRY -3 /* job execution failed, do retry */
#define JOB_EXEC_INITABT -4 /* job aborted on MOM initialization */
#define JOB_EXEC_INITRST -5 /* job aborted on MOM init, chkpt, no
migrate */
#define JOB_EXEC_INITRMG -6 /* job aborted on MOM init, chkpt, ok
migrate */
#define JOB_EXEC_BADRESRT -7 /* job restart failed */
#define JOB_EXEC_CMDFAIL -8 /* exec() of user command failed */
On Tue, Apr 15, 2008 at 9:47 AM, SCIPIONI Roberto <
SCIPIONI.Roberto at nims.go.jp> wrote:
> Hi there,
>
>
> I am using Torque in a Linux Cluster
> at times my jobs go into running status "R"
> but actually they dont run
>
> I am using LAM MPI and compiled with tm support
>
> when the jobs "runs" without running at the end of
>
> qstat -f
>
>
> gives
>
>
> exit status = -3
>
> Any idea what it means ?
>
>
> Roberto Scipioni
> ICYS Research Fellow
> ICYS Cluster Manager
> ICYS, NIMS
> Japan
>
>
> _______________________________________________
> torqueusers mailing list
> torqueusers at supercluster.org
> http://www.supercluster.org/mailman/listinfo/torqueusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torqueusers/attachments/20080415/5fc22014/attachment.html
More information about the torqueusers
mailing list