Question

What are the possible values for job_state in Torque?

I looked in the related man pages have yet to find a complete list.

Was it helpful?

Solution

Job state values from pbs_job.h:

T - transit
Q - queued
H - held
W - waiting (usually waiting for a file)
R - running
E - exiting
C - completed

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top