cqstat -lf <jobid>
: shows full information for a job in vertical formatcqstat -ql
: shows queues and restrictions in vertical formatsetres.py
: takes an exclusive flag, -x, that creates a reservation for both the child and parent partitions of those specified. This is in contrast to the -a option that only creates a reservation on the child partitions of those specifiedbgsched.py
: reservations are removed automatically after their completioncqsub -e
: takes ':' separated variable list, fails if a variable contains a ':', such as some sort of a path variable. (Patch available)cqsub
: will not submit a job if the executable cannot be found. The old behavior was to issue a warning but still submit the job.cqhist
shows exit code (not true exit code, but what mpirun returns)--version
for all clientscqstat
: QueuedTime is no longer reset when the job starts running (QueuedTime is now the amount of time the job was in the 'queued' state, counter stops incrementing when job starts running)cqsub
: checks for valid mode (-m co|vn)cqsub
: options for completely naming the output and error file, not restricted to the output prefix with -O
. The -o
option is for stdout, and the -E
option is for stderr.cqm.py
: new accounting log, separate from syslog logging (though syslog logging is still available). Directory must be specified by log_dir variable in the [cqm]
section of /etc/cobalt.conf
, otherwise defaults to /var/log/cobalt-accounting/
cqadm.py --hold
: works only on queued jobscqadm.py --release
: works only for jobs in 'hold' statecqadm.py --queue
: works only on jobs not 'running'cqsub
: ability to run a filter script on submission. All the job properties are passed to the script as arguments, of the form 'script property=value property=value'
setres.py -m
: ability to modify existing reservationssetres.py
: checks for valid userreleaseres.py
: checks for existence of reservation, prints correct number of partitions where the reservation was releasedpartadm.py
: takes a recursive flag, -r, which modifies all child partitions of all specified partitions (for activate/deactivate/enable/disable/queue/deps/free)