Hi Slurm Users,
I am trying to figure out if there is a way you can check if a running job has any jobs queued up after it that depend on the current running job,
I know you can show job info and find what dependency a job is waiting for, But more after checking if there are jobs waiting on the current job to complete using the job ID,
Many Thanks, Adam
I know you can show job info and find what dependency a job is waiting for, But more after checking if there are jobs waiting on the current job to complete using the job ID,
You mean you don't wanna like
squeue -o%i,%E | grep SOME_JOBID
?
Although I guess that won't catch a matching `singleton`.
Hi Laura,
that might work for what we need to catch,
Many Thanks,
Adam
-----Original Message----- From: Laura Hild via slurm-users slurm-users@lists.schedmd.com Sent: 16 October 2024 16:49 To: adam@bramblecfd.com Cc: slurm-users@lists.schedmd.com Subject: [slurm-users] Re: Dependency jobs
I know you can show job info and find what dependency a job is waiting for, But more after checking if there are jobs waiting on the current job to complete using the job ID,
You mean you don't wanna like
squeue -o%i,%E | grep SOME_JOBID
?
Although I guess that won't catch a matching `singleton`.