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
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!
thanks a lot @MetRonnie @hilary.j.oliver