Search
Page 18 of 47. Showing 469 results (0.014 seconds)
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…Basic_Dependancy.py
(): # ----------------Start creation of Parent Job---------------------------------------- # Below creates an empty dictionary to be filled by the following lines of code job…jobSubmit06.py
'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' package = {} job['package'] = package…Advanced_Dependancy.py
(): # ----------------Start creation of Parent Job---------------------------------------- # Below defines an empty list for combining all tasks in the dependancy chain task…qbremove
Remove jobs from the queue Description .qbremove requests the Supervisor to remove a list of jobs. Usage qbremove [options] jobID… | 0 where JobID is one or more…qbusers
group permissions --drop drop user from Qube! --submitjob permit submit job --submitcallback permit submit callback --submitglobalcallback permit…_SimpleCmd_AdvancedJobControl
Screen shot 2014-10-31 at 1.06.10 PM.png Flags List of submission flag strings (comma separated). Click 'Browse' to choose required job flags. Screen shot 2014-10-31…qbshove
Force the Supervisor to re-evaluate a job immediately Description qbshove requests the Supervisor to re-evaluate the dispatch of a list of jobs. Normally, a job is re…_jobLabels
Qube introduces the concept of job labeling. A job label is a separate field in a Qube job which is used to help other jobs refer to that job by name rather than its job ID…callback2.pl
#!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…