wiki:qalter.1.html
Last modified 10 years ago Last modified on 08/30/13 17:17:04


SYNOPSIS

       qalter [<options>] <jobid> [ <jobid> ... ]


DESCRIPTION

       qalter changes properties of jobs already submitted to the  queue  man‐
       ager


OPTIONS

       -d --debug
              Turn on communication debugging

       --help Displays the usage and a brief descriptions of the options

       --version
              Displays client revision and Cobalt version

       -A --project project
              Associate  the job with the allocation for project project. This
              is used to properly account for machine usage.

       --attrs <attributes>
              Modify    attributes    for     jobs     in     args.     Format
              (attr1=val1:attr2=val2:...:attrN=valN)'

       --dependencies'
              for jobs in args (jobid1:jobid2:..)

       --disable_preboot
              If --mode script is specified, this will cause Cobalt to run the
              job script without booting the  block  first.   By  default  the
              script is executed after the requested block is booted.

       --enable_preboot
              If prebooting a block has been disabled, re-enable it.

       --defer
              Defer jobs in the argument list for the current user.

       -e --error stderr file path
              Send job stderr to file specified.

       --geometry <geometry_spec>
              Sets  the  geometry  of  the  block that the jobs should run on.
              This is in the form of AxBxCxDxE.  This must be the geometry  of
              the compute block.  This may not be a fraction of a block. Geom‐
              etry may be unset if "None" is passed as the geometry specifica‐
              tion.

       -h --held'
              hold jobs in args',action='store_true

       --proccount process count
              Specify the number of processes to start

       --run_users --user_list <user1>:<user2>
              Sets  a  colon-separated list of users for the job being submit‐
              ted.  All users in this list will be able to execute cobalt com‐
              mands  to control the job. The submitting user is always able to
              run commands on a submitted job.

       --run_project
              Appends the list of users in a project  to  the  list  of  users
              authorized to run commands on the submitted job.

       -t --time wall clock time
              Specify  the  runtime  for a job. The time specified is the full
              amount in minutes allotted to the job for execution. If the  job
              runs over this limit, it will be killed. If colon-delimited time
              is specified, the format is HH:MM:SS.

              Also note that relative time is allowed.  A time argument with a
              '+' at the beginning will add the argument amount to the current
              walltime, while an argument with a '-'  at  the  beginning  will
              subtract the argument amount from the current walltime.


SEE ALSO

       qsub(1), qstat(1)


BUGS

                                                                     qalter(1)