Search

Search

Help

Page 2 of 7. Showing 68 results (0.013 seconds)

  1. jobsubmit-work-mail-callback.pl

    " => "done-work-self-*", "language" => "mail", "code" => "" } ], "agenda" => $frames, }; # now we submit the job. for(qb::submit($job)) { print "submitted: ", $_->{id…
    Qube 6.4 / … / PerlNov 08, 2012
  2. submit-agenda-timeout-job.py

    qb # This script demonstrates how to submit a job with agenda (frame) timeouts, # using a simple "cmdrange" job. # The trick is to set up a timeout value for agenda items via…
    Qube 6.4 / … / PythonNov 08, 2012
  3. qbjobinfo.pl

    to use the qb::jobinfo function # ############################################################################ # # Include the path to the Qube! api # use lib "$ENV{QB_DIR}/api…
    Qube 6.4 / … / PerlNov 08, 2012
  4. 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
  5. Basic dependencies

    that will wait for the entire dependent job to finish before the current job starts. There are also subjob (instance) and agenda (frame) based dependencies. Below is the code…
    Qube 6.4May 24, 2013
  6. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  7. jobSubmit04.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…
    Qube 6.4 / … / PythonNov 08, 2012
  8. jobsubmit.py

    "/tmp/jobArchive.xja" set # # import sys, os import optparse if os.environ.has_key('QBDIR'): sys.path.append('%s/api/python' % os.environ['QBDIR']) import qb def main…
    Qube 6.4 / … / PyframeNov 08, 2012
  9. jobSubmit05.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): # # set up the first job # job = {} job['name…
    Qube 6.4 / … / PythonNov 08, 2012
  10. jobArchive02.py

    '); sys.path.append('../../api/python'); import qb def main(): job = qb.jobinfo(id=15766, agenda=True, subjobs=True, callbacks=True) print job qb.archivejob("hello.xja", job[0…
    Qube 6.4 / … / PythonNov 08, 2012