If you have limits configured, you could just set the MaxJobs=0 for that user. Alternately, you would need to use a job_submit plugin to hold all incoming jobs for a particular user and use squeue to build a script that can hold jobs already queued like this:
$ squeue -u ulf --noheader -t pending -o "scontrol hold %i"
scontrol hold 351
scontrol hold 352
scontrol hold 353


Quoting Ulf Markwardt <[email protected]>:

Dear all,

is there a way to put all pending and possibly incoming jobs of a user or of an account on a temporary HOLD?

Thanks
Ulf
--
___________________________________________________________________
Dr. Ulf Markwardt

Technische Universität Dresden
Center for Information Services and High Performance Computing (ZIH)
01062 Dresden, Germany

Phone: (+49) 351/463-33640      WWW:  http://www.tu-dresden.de/zih



Reply via email to