Skip to content
Snippets Groups Projects
README 645 B
Newer Older
This job completion plugin runs a program after the job is completed.

The JobCompType is jobcomp/script and the JobCompLoc is the pathname of the script to run.

The plugin sets up the environment for the program to contain the following variables.

JOBID: The job id of the slurm job
UID: The uid of the user the job was run for
JOBNAME: The name of the job
JOBSTATE: The state of the job when it ended
PARTITION: The partiton the job ran on
LIMIT: The time limit of the job
START: The start time of the job 
END: The end time of the job
NODES: The nodes the job ran on or an empty string if it wasn't assigned
PATH: Sets to the standard path