Prints the status of a Slurm job and, if completed, its console/error output.
print_job_status(slr_job)
A slurm_job
object.
If the specified Slurm job is still in the queue or running, this function
prints its current status (as output by the Slurm squeue
command).
The output displays one row by node currently running part of the job ("R" in
the "ST" column) and how long it has been running ("TIME"). One row indicates
the portions of the job still in queue ("PD" in the "ST" column), if any.
If all portions of the job have completed or stopped, the function prints the console and error output, if any, generated by each node.
rslurm-deprecated