Search
Page 19 of 47. Showing 469 results (0.053 seconds)
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…qbpreempt
Ask a job to release its worker job slots, let the current work (frame) finish Description qbpreempt requests the Supervisor to tell a job to release its host…callback1.pl
#!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…Basic dependencies
The next step is to understand basic dependencies. In this example, we use the job's dependency field to set up a job-based dependency. Job based dependencies are those…qbrequeue
Moves a job into the blocked state after a job has completed Description qbrequeue moves a job back into a blocked state from one of the following states: failed…qbkill
Kill jobs Description qbkill requests the Supervisor to kill a list of jobs. Usage qbkill [options] jobID… | 0 where JobID is one or more job IDs, and 0 is a wild…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…qbresume
Resume a suspended job Description qbresume resumes a job which has been suspended. Usage qbresume [options] jobID… | 0 where JobID is one or more job IDs, and 0…qbsuspend
Suspend a process upon the host which the job is running on Description qbsuspend issues a suspend command upon the job's processes. Jobs can be resumed using…qbinterrupt
Force a job to quit, and requeue immediately in a pending state Description qbinterrupt requests the Supervisor to force a job off a host immediately killing…