Hi,
I'm more used to GridEngine but use SLURM at remote locations. What I miss in
SLURM are two features which I think are related to this area:
• use job names with wildcards for the various command like `scancel`
• use job names with wildcards for --dependency
If I get you right, you would l
On Tue, Oct 22, 2019 at 12:06:57PM +0300, mercan wrote:
> Hi;
>
> You can use the "--dependency=afterok:jobid:jobid ..." parameter of the
> sbatch to ensure the new submitted job will be waiting until all older jobs
> are finished. Simply, you can submit the new job even while older jobs are
> run
Hi;
You can use the "--dependency=afterok:jobid:jobid ..." parameter of the
sbatch to ensure the new submitted job will be waiting until all older
jobs are finished. Simply, you can submit the new job even while older
jobs are running, the new job will not start before old jobs are finished.