Search

Search

Help

Page 6 of 7. Showing 70 results (0.013 seconds)

  1. Basic_Dependancy.py

    '] = 1 # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdrange' # The below parameters are explained further…
    Qube 6.4 / … / Basic dependenciesApr 11, 2013
  2. Renderman_demo.py

    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'] = 'cmdrange…
    Qube 6.4 / … / Practical example Renderman jobApr 12, 2013
  3. Advanced_Dependancy.py

    /subjobs the job is to spawn job['cpus'] = 1 # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdrange…
    Qube 6.4 / … / Advanced DependenciesApr 12, 2013
  4. Commandline Options

    launch submission dialog for a python 'dict' for a job. For example: "{'prototype':'cmdline', 'package':{'cmdline':'set…
    Qube 6.4May 23, 2013
  5. qbsub.pl

    )); $job->{waitfor} = $waitfor if (defined $waitfor and length($waitfor)); $job->{timelimit} = $timelimit if (defined $timelimit and length($timelimit)); $job->{prototype} = "cmdline…
    Qube 6.4 / … / PerlNov 08, 2012
  6. jobSubmit07.py

    will unblock at: %s' % startDatetime.strftime('%Y-%m-%d %X') def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline…
    Qube 6.4 / … / PythonNov 08, 2012
  7. algorithm.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
  8. jobsubmit.py

    job['prototype'] = 'pyframe' #job['requirements'] = 'host.os=linux' # This job type has only one package variable package = {} job['package'] = package job…
    Qube 6.4 / … / PyframeNov 08, 2012
  9. test_submit.py

    ': ''} # set dev to anything other than a null string to pretty-print the job and work dicts in the back end } job['prototype'] = 'helloWorld' job['name'] = 'a Hello World…
    Qube 6.4 / … / HelloworldNov 08, 2012
  10. Use_simpleCMD.py

    ) TUTORIAL' # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdrange' # Below creates an empty package…