Search

Search

Help

Page 18 of 40. Showing 393 results (0.014 seconds)

  1. submit-p-agenda-job.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb # This script demonstrates how to submit an agenda-based job (in this case…
    Qube 6.4 / … / PythonNov 08, 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. jobSubmit_cmdrangeOutputPaths.py

    #!/usr/bin/python # ====================================================== # Sample script: # cmdrange job submit with outputPaths # # PipelineFX, 2007…
    Qube 6.4 / … / PythonNov 08, 2012
  5. 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
  6. 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
  7. 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…
    Qube 6.4Dec 04, 2012
  8. jobSubmit01.py

    qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…
    Qube 6.4 / … / PythonNov 08, 2012
  9. jobSubmit_emailCallback.py

    #!/usr/bin/python # ====================================================== # Sample script: # job submission with email callback # # PipelineFX, 2007…
    Qube 6.4 / … / PythonNov 08, 2012
  10. jobSubmit07.py

    files/pfx/qube/api/python'); import qb def blockUntil(job, start): ''' Configure a job to remain blocked until a certain time of day. The time value inserted…
    Qube 6.4 / … / PythonNov 08, 2012