How do i get the slurm job id from a workflow?

hi,

how do i get the slurm job id from a cylc workflow so i can do some memory profiling on it? it doesn’t appear to be in the job.out?

thanks

The job.out file captures the stdout stream from the job.

The job.activity file contains scheduler activity related to the job, such as job submission errors and (for successful job submission) the Job ID - take a look at that file!

1 Like

Also job.status and the GUI!

2 Likes

thanks a lot @MetRonnie @hilary.j.oliver :slight_smile: