Search
Page 22 of 47. Showing 469 results (0.016 seconds)
jobSubmit02.py
('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 4…jobArchive01.py
'); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…_smartShare
with the URL in which this page is appearing. Overview SmartShare is a feature in which the system automatically expands job instances to fill up idle, or "surplus", worker job slots…SmartShare
New in Qube 6.6-0 Overview SmartShare is a feature in which the system automatically expands job instances to fill up idle, or "surplus", worker job slots. The expansion…qbunblock
Move a job from a blocked state into the pending state Description qbunblock requests the Supervisor to unblock a job and make it immediately available for execution…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…Qube! Basics
This section describes the basic Qube! components, and then gives a brief overview of what happens when you submit a job. Qube! Components There are three main components…