Search
Page 3 of 8. Showing 73 results (0.015 seconds)
Job Requirements
Qube's requirement specification is expression based. The proper use of these expressions will allow a user to specify the host and/or the conditions required before a job…Specifying a worker's number of job slots
, or the centrally-managed qbwrk.conf file. By default, Qube sets the number of job slots equal to the number of CPU cores on the system. Hyper-threaded cores are seen as a core, so…qbjobinfo.pl
to use the qb::jobinfo function # ############################################################################ # # Include the path to the Qube! api # use lib "$ENV{QB_DIR}/api…jobsubmit.py
="string", default='', metavar="FILE", help='location a job archive .xja file for use with bootstrap.py') parser.add_option("--logdir" , type="string", default='', metavar="DIR…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…Basic python job submission II. Frames
items will be processed simultaneously. job['cpus'] = 4 # In the last example, we used the prototype 'cmdline' which implied a single # command being run on the farm…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…Qube 6.4-4 Release Notes
qbreportjob() is used to report intermediate status by a running instance. CL 10867 @FIX: data warehouse database creation failing on CentOS 6.2; mysql client is installed…Jobs, instances, agenda items, and job slots
program(s) to run, where the source files are, who's running it, how many cpus it wants, what OS it can run under, all that kind of stuff. When a job is submitted…