Search
Page 16 of 40. Showing 393 results (0.013 seconds)
qbtop
qbtop | qbtop | qbtop | qbtop | qbtop | qbtop move a job to the top of its priority level Description qbtop requests the Supervisor to move a job/jobs to the top…qbsub.pl
#!/usr/bin/perl # # Qube! - Example Perl Job Submission Script # ##################################################################################### # # Licensed Materials…submit-p-agenda-job.pl
#!/usr/bin/perl -w use strict; # This script demonstrates how to submit an agenda-based job (in this case, a # simple "cmdrange" job, with the p-agenda feature enabled, using…qbmigrate
| | | | | force a job to release its host and move to another Description qbmigrate requests the Supervisor to tell a job to release its host immediately…qbretry
| | | | | moves a job from a "done" (complete/failed/killed) status back to pending Description qbretry moves a job to pending from one of the following states…callback3.pl
#!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…jobSubmit_cmdrangeOutputPaths.py
#!/usr/bin/python # ====================================================== # Sample script: # cmdrange job submit with outputPaths # # PipelineFX, 2007…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…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…