LSF Version 7.3 - Administering Platform LSF
LSF RMS integration exit values
734 Administering Platform LSF
Upon successful completion, rms_run() returns the global OR of the exit status
values of the processes in the parallel program. If one of the processes is killed,
rms_run() returns a status value of 128 plus the signal number. It can also return
the following codes:
Return Code RMS Meaning
0 A process exited with the code 127 (GLOBAL EXIT), which indicates
success, causing all of the processes to exit.
123 A process exited with the code 123 (GLOBAL ERROR) causing all of the
processes to exit.
124 The node the job executing on has been removed from the system.
125 One or more processes were still running when the exit timeout expired.
126 The resource is inadequate for the request.