Search

Search

Help

Page 7 of 7. Showing 70 results (0.016 seconds)

  1. jobSubmit01_explained.py

    how many Instances/subjobs the job is to spawn job['cpus'] = 1 # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdline…
  2. Advanced Dependencies

    how many Instances/subjobs the job is to spawn job['cpus'] = 1 # Below defines the internal Qube! jobtype to be used to execute the job job['prototype
    Qube 6.4May 24, 2013
  3. Basic python job submission I. Single command

    # command. This will be the same as opening a terminal/command prompt and typing # out a command. job['prototype'] = 'cmdline' # The below parameters…
    Qube 6.4May 24, 2013
  4. Package_explained.py

    ) TUTORIAL' # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdrange' # Below relates to "instances" in the internal…
  5. qbsub

    Import job from *.qja file. --address string, … List of string email addresses when using --email option --type string --prototype string Use string job type…
    Qube 6.4Aug 21, 2013
  6. qbjobinfo.pl

    # hostorder STRING # groups STRING # data STRING # pathmap STRING # account STRING # prototype STRING # kind STRING # path STRING # reason STRING…
    Qube 6.4 / … / PerlNov 08, 2012
  7. submit-p-agenda-job.pl

    ') to process it. my $job = {}; $job->{'name'} = 'p-agenda job submitted from perl'; $job->{'cpus'} = 10; $job->{'prototype'} = 'cmdrange'; # our test job will run a "sleep 30…
    Qube 6.4 / … / PerlNov 08, 2012
  8. cluster.pm

    fields for the job hash: # # id, pid, pgrp, priority, user, status, name, label, cluster, cpus, prototype, # requirements, reservations, restrictions, account…
    Qube 6.4 / … / Supervisor AlgorithmsNov 08, 2012
  9. submit-p-agenda-job.py

    it. job = {} job['name'] = 'p-agenda job submitted from python' job['cpus'] = 10 job['prototype'] = 'cmdrange' # our test job will run a "sleep 30" command…
    Qube 6.4 / … / PythonNov 08, 2012
  10. Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters

    ['prototype'] = 'cmdrange' job['cpus'] = 1 job['priority'] = 9999 # Below creates an empty package dictionary package = {} # Below instructs…
    Qube 6.4May 24, 2013