Search

Search

Help

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

  1. qbmodify

    | | | | | modify jobs in the queue Description qbmodify requests the Supervisor to modify a list of jobs. Usage qbmodify [options] jobID… | 0 where JobID…
    Qube 6.4Oct 17, 2012
  2. 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
  3. jobSubmit06.py

    '); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' package = {} job['package'] = package…
    Qube 6.4 / … / PythonNov 08, 2012
  4. qbusers

    permission --group [group] modify group permissions --drop drop user from qube --submitjob permit submit job --submitcallback permit submit callback…
    Qube 6.4Oct 17, 2012
  5. Glossary of Terms

    Qube! Related Terms Agenda: Agenda items (or Frames) refers to the granular list of items to be processed. AppFinder: AppFinder Jobs will "find" a particular…
    Qube 6.4Mar 12, 2013
  6. qbremove

    | | | | | remove jobs from the queue Description .qbremove requests the Supervisor to remove a list of jobs. Usage qbremove [options] jobID… | 0 where JobID…
    Qube 6.4Oct 17, 2012
  7. callback2.pl

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

    qbpreempt | qbpreempt | qbpreempt | qbpreempt | qbpreempt | qbpreempt ask a job to release its worker job slots, let the current work (frame) finish Description…
    Qube 6.4Oct 17, 2012
  9. qbblock

    | | | | | forces a job to quit, and suspend its execution on the farm Description qbblock requests the Supervisor to suspend a job by immediately killing…
    Qube 6.4Oct 17, 2012
  10. Events

    Breaking down the event specification syntax, is generalized into these 4 parts: --- Some simple example callback triggers are: complete-job-self: called when this job
    Qube 6.4Sep 27, 2013