Search

Search

Help

Page 18 of 47. Showing 469 results (0.014 seconds)

  1. 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 / … / PythonOct 15, 2014
  2. Basic_Dependancy.py

    (): # ----------------Start creation of Parent Job---------------------------------------- # Below creates an empty dictionary to be filled by the following lines of code job
    Qube / … / Basic dependenciesOct 15, 2014
  3. jobSubmit06.py

    '); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' package = {} job['package'] = package…
    Qube / … / PythonOct 15, 2014
  4. Advanced_Dependancy.py

    (): # ----------------Start creation of Parent Job---------------------------------------- # Below defines an empty list for combining all tasks in the dependancy chain task…
    Qube / … / Advanced DependenciesOct 15, 2014
  5. qbremove

    Remove jobs from the queue Description .qbremove requests the Supervisor to remove a list of jobs. Usage qbremove [options] jobID… | 0 where JobID is one or more…
    QubeFeb 01, 2017
  6. qbusers

    group permissions --drop drop user from Qube! --submitjob permit submit job --submitcallback permit submit callback --submitglobalcallback permit…
    QubeJul 20, 2015
  7. _SimpleCmd_AdvancedJobControl

    Screen shot 2014-10-31 at 1.06.10 PM.png Flags List of submission flag strings (comma separated). Click 'Browse' to choose required job flags. Screen shot 2014-10-31…
    QubeFeb 01, 2017
  8. qbshove

    Force the Supervisor to re-evaluate a job immediately Description qbshove requests the Supervisor to re-evaluate the dispatch of a list of jobs. Normally, a job is re…
    QubeNov 12, 2014
  9. _jobLabels

    Qube introduces the concept of job labeling. A job label is a separate field in a Qube job which is used to help other jobs refer to that job by name rather than its job ID…
    QubeOct 15, 2014
  10. callback2.pl

    #!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…
    Qube / … / PerlOct 15, 2014