print_job_status-deprecated: Prints the status of a Slurm job and, if completed, its...

print_job_status-deprecatedR Documentation

Prints the status of a Slurm job and, if completed, its console/error output

Description

Prints the status of a Slurm job and, if completed, its console/error output.

Usage

print_job_status(slr_job)

Arguments

slr_job

A slurm_job object.

Details

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.

See Also

rslurm-deprecated


rslurm documentation built on March 7, 2023, 5:37 p.m.