Search
Page 6 of 7. Showing 70 results (0.013 seconds)
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…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…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…Commandline Options
launch submission dialog for a python 'dict' for a job. For example: "{'prototype':'cmdline', 'package':{'cmdline':'set…qbsub.pl
)); $job->{waitfor} = $waitfor if (defined $waitfor and length($waitfor)); $job->{timelimit} = $timelimit if (defined $timelimit and length($timelimit)); $job->{prototype} = "cmdline…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…algorithm.pm
fields for the job hash: # # id, pid, pgrp, priority, user, status, name, label, cluster, cpus, prototype, # requirements, reservations, restrictions, account…jobsubmit.py
job['prototype'] = 'pyframe' #job['requirements'] = 'host.os=linux' # This job type has only one package variable package = {} job['package'] = package job…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…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…