Marti, If the job is submitted using msub, the release of the dependency would be need to be:
mjobctl -m depend=none <jobid> If you use: mjobctl -m depend="" <jobid> it only removes the dependency in Moab, not Slurm. This works fine if you are using just-ini-time scheduling, since the jobs only migrate to Slurm when they are have resources to run and dependencies have been met. But using the first method should work in both cases. Phil Eckert LLNL From: <Hill>, Marti T <[email protected]<mailto:[email protected]>> Reply-To: slurm-dev <[email protected]<mailto:[email protected]>> Date: Wednesday, April 23, 2014 at 8:45 AM To: slurm-dev <[email protected]<mailto:[email protected]>> Subject: [slurm-dev] moab/slurm question It seems that I can remove a dependency from a job using mjobctl -m , but it does not remove the dependency as far as slurm goes. Squeue still shows the job held… What can we do? Marti
