That worked…. I would have sworn that we tried every permutation of depend=*
Thanks Phil! Marti From: Eckert, Phil [mailto:[email protected]] Sent: Wednesday, April 23, 2014 1:16 PM To: slurm-dev Subject: [slurm-dev] Re: moab/slurm question 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 [cid:[email protected]] 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
