taskFinishLog Struct Reference
task finish log.Task accounting record in ssched.acct More...
Data Fields
struct jobFinishLog jobFinishLog int taskId int taskIdx char * taskName int taskOptions int taskExitReason Detailed Description
task finish log.Task accounting record in ssched.acctField Documentation
Job finish event.
Task ID.
Task index.
char* taskFinishLog::taskName Name of task.
Bit mask of task options:
TASK_IN_FILE (0x01)-specify input file
TASK_OUT_FILE (0x02)-specify output file
TASK_ERR_FILE (0x04)-specify error file
TASK_PRE_EXEC (0x08)-specify pre-exec command
TASK_POST_EXEC (0x10)-specify post-exec command
TASK_NAME (0x20)-specify task name.
Task Exit Reason
TASK_EXIT_NORMAL = 0- normal exit
TASK_EXIT_INIT = 1-generic task initialization failure
TASK_EXIT_PATH = 2-failed to initialize path
TASK_EXIT_NO_FILE = 3-failed to create task file
TASK_EXIT_PRE_EXEC = 4- task pre-exec failed
TASK_EXIT_NO_PROCESS = 5-fork failed
TASK_EXIT_XDR = 6-xdr communication error
TASK_EXIT_NOMEM = 7- no memory
TASK_EXIT_SYS = 8-system call failed
TASK_EXIT_TSCHILD_EXEC = 9-failed to run sschild
TASK_EXIT_RUNLIMIT = 10-task reaches run limit
TASK_EXIT_IO = 11-I/O failure
TASK_EXIT_RSRC_LIMIT = 12-set task resource limit failed.
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.