Search
Page 17 of 40. Showing 393 results (0.015 seconds)
Perl API Reference
qb::block Purpose Sets job state to blocked. Prototype qb::block(ids) Parameters ids a list of job or subjob ids. Results…supervisor_default_security
submit_job 1 0x1 submit new jobs submit_callback 2 0x2 submit jobs with callbacks submit_global_callback 4 0x4 submit jobs with global callbacks General…jobSubmit01.py
qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…jobSubmit_emailCallback.py
#!/usr/bin/python # ====================================================== # Sample script: # job submission with email callback # # PipelineFX, 2007…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…jobSubmit07.py
files/pfx/qube/api/python'); import qb def blockUntil(job, start): ''' Configure a job to remain blocked until a certain time of day. The time value inserted…qbsub
| | | | | | submit a cmdline or cmdrange job Description qbsub submits a command for the Supervisor to schedule. If the --range is specified, a job…Event names
for jobs are: complete Job is set to complete done Job is set to complete or killed or failed submit Job has been submitted killed Job…Cluster priority evaluation
Job 1500 - cluster /B, priority 1 Job 1400 - cluster /B, priority 9999 Job 1300 - cluster /A, priority 1 Job 1200 - cluster /A, priority 9999 / ( root) cluster Job 1500…Packages
A job in Qube consists of information used to 'route' the job to the proper host; to determine what priority the job carries; and how to execute the job. In a simple…