Search
Page 5 of 111. Showing 1,104 results (0.015 seconds)
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…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…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…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…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…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…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…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…cmdline docs template
a few words that will display beside the command link in the command listings Description Usage Options Notes Examples See also…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…