Last modified 10 years ago
Last modified on 08/30/13 17:51:34
SYNOPSIS
cqm [-d] [--config-files <configfile1:configfile2>] [-D=<pidfile>]
DESCRIPTION
cqm Cobalt Queue Manager
OPTIONS
-d Turn on communication debugging. --config-files <configfile1:configfile2> Specify path to cobalt.conf. -D=<pidfile> Daemonize, and write pid to pidfile.
CONFIGURATION FILE PARAMETERS
bgkernel=(true|false) Perform per-job kernel updates for Blue Gene/L jobs. partitionboot=path Set the path to the directory location of partition boot links bootprofiles=path Set the path to the directory containing BG/L kernel profiles log_dir=path Set the path to the directory for cqm's accounting log files. mailserver=server Set the mailserver used for sending notifications at the begin‐ ning and end of job execution. filters=pathtoscript Set submission filter scripts to be run against a job submitted with cqsub. Multiple filters should be separated by colons. All the job attributes are passed to each filter script in the form 'attr1=value attr2=value'. If the script(s) returns 0, the job will successfully be submitted. Otherwise, the job is rejected. STDERR from the script(s) will be echo'ed to the terminal, and STDOUT from the script will be used to modify the job attributes before submission to cqm (attribute=value on separate lines.) postscript=pathtoscript Set post-job scripts to be run upon completion of a job. If the script(s) does not return 0, the STDERR from the script(s) will be logged via syslog. cqstat_header=attr fields Set custom display header for cqstat, using colon-separated job attributes (pick from the cqstat -lf listing)