How to use a scheduler - Torque - QSUB
Check the status of your jobs
qstat
qstat - lists all the jobs on the system.
Check status of jobs for a user
qstat -u <username>
Get all details about a particular job
qstat -f <job id>
Delete a job from queue
qdel <job id>
Comments
Post a Comment