Search

Search

Help

Page 5 of 111. Showing 1,104 results (0.015 seconds)

  1. Email Notification

    Jobs can be setup to automatically e-mail the job's owner when the job has completed. This is enabled on a job per job basis. A job is also allowed to e-mail a user besides the owner. This is specified in the job's addresses field. Example E-mail when the…
    Qube 6.5Oct 15, 2012
  2. Job Priority

    Numerical Priority Every job in Qube is assigned a numeric priority. Priority 1 is higher than priority 100. This is similar to 1st place, 2nd place, 3rd place, etc. The default priority assigned to a job is 9999. Example % qbsub --priority 10 sleep 100 P…
    Qube 6.5Jan 30, 2014
  3. qbblock

    forces a job to quit, and suspend its execution on the farm Description qbblock requests the Supervisor to suspend a job by immediately killing it, and marking it as blocked. This will effectively stop a job and place it in an idle state to be requeued or…
    Qube 6.5Jul 21, 2014
  4. qbbottom

    move a job to the bottom of its priority level Description qbbottom requests the Supervisor to move a job/jobs below other jobs having the same priority. Usage qbbottom [options] jobID… | 0 where JobID is one or more job IDs, and 0 is a wild card token r…
    Qube 6.5Jul 21, 2014
  5. Job Dependencies

    Job Parents Qube allows parent/child relationships between jobs. This does not imply dependency. With proper use of callbacks, it can be used to set up complex abstract dependencies, without the use of process groups. Qube allows the user to specify the p…
    Qube 6.5Oct 03, 2013
  6. Command-line options

    The QubeGUI can also be run directly from the commandline. The default location of the executable to call is platform dependent. Wndows 32-bit:C:\Program Files\pfx\qube\bin\qube.exe Windows 64-bit:C:\Program Files (x86)\pfx\qube\bin\qube.exe OSX:/Applicat…
    Qube 6.5Oct 16, 2012
  7. qbhist

    display the history of a job Description qbhist obtains the history of a job as recorded by the Supervisor.. Usage qbhist [options] jobID… | 0 where JobID is one or more job IDs, and 0 is a wild card token representing all the user's jobs. Options Option…
    Qube 6.5Jul 21, 2014
  8. Execution Environment

    Job Environment Qube by default will execute the job within the Worker's environment. The Worker can also be instructed to use the current environment to execute the job as well. Example % qbsub --flags export_environment sleep 10 Drive Mounting (Windows…
    Qube 6.5Oct 15, 2012
  9. cmdline docs template

    a few words that will display beside the command link in the command listings Description Usage Options Notes Examples See also…
    Qube 6.5Jul 21, 2014
  10. Job Archive File

    The job archive is a file format used by Qube's tools both to store template information and to record a job's initial state. The Supervisor automatically creates such an archive file when the job is submitted. However users are also allowed to create the…
    Qube 6.5Oct 15, 2012