torque_job_status | R Documentation |
helper function to get the status of jobs on a TORQUE cluster
torque_job_status(job_ids, user = NULL)
job_ids |
a vector of job ids to check |
user |
the user who submitted the jobs |
Torque does not keep information about completed jobs available in qstat or qselect. Thus, we need to log when a job is listed as queued, so that it 'going missing' is evidence of it being completed.
a data.frame with the job status for each id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.