Search
Page 14 of 40. Showing 393 results (0.014 seconds)
qbmodify
| | | | | modify jobs in the queue Description qbmodify requests the Supervisor to modify a list of jobs. Usage qbmodify [options] jobID… | 0 where JobID…jobSubmit03.py
('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2…jobSubmit06.py
'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' package = {} job['package'] = package…qbusers
permission --group [group] modify group permissions --drop drop user from qube --submitjob permit submit job --submitcallback permit submit callback…Glossary of Terms
Qube! Related Terms Agenda: Agenda items (or Frames) refers to the granular list of items to be processed. AppFinder: AppFinder Jobs will "find" a particular…qbremove
| | | | | remove jobs from the queue Description .qbremove requests the Supervisor to remove a list of jobs. Usage qbremove [options] jobID… | 0 where JobID…callback2.pl
#!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…qbpreempt
qbpreempt | qbpreempt | qbpreempt | qbpreempt | qbpreempt | qbpreempt ask a job to release its worker job slots, let the current work (frame) finish Description…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…Events
Breaking down the event specification syntax, is generalized into these 4 parts: --- Some simple example callback triggers are: complete-job-self: called when this job…