Search

Search

Help

Page 16 of 40. Showing 393 results (0.013 seconds)

  1. 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…
    Qube 6.4Oct 17, 2012
  2. qbsub.pl

    #!/usr/bin/perl # # Qube! - Example Perl Job Submission Script # ##################################################################################### # # Licensed Materials…
    Qube 6.4 / … / PerlNov 08, 2012
  3. 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…
    Qube 6.4 / … / PerlNov 08, 2012
  4. 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…
    Qube 6.4Oct 17, 2012
  5. 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…
    Qube 6.4Oct 17, 2012
  6. callback3.pl

    #!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…
    Qube 6.4 / … / PerlNov 08, 2012
  7. jobSubmit_cmdrangeOutputPaths.py

    #!/usr/bin/python # ====================================================== # Sample script: # cmdrange job submit with outputPaths # # PipelineFX, 2007…
    Qube 6.4 / … / PythonNov 08, 2012
  8. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  9. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  10. 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…
    Qube 6.4Jan 04, 2013