To remove the dependency of a queued job in SLURM, use the scontrol command:
Bash
scontrol update job=[your jobid] dependency=""
To remove the dependency of a queued job in SLURM, use the scontrol command:
scontrol update job=[your jobid] dependency=""
Leave a Reply