Search
Page 3 of 5. Showing 45 results (0.017 seconds)
jobSubmit02.py
job['prototype'] = 'cmdrange' job['requirements'] = 'host.os=linux' package = {} job['package'] = package job['package']['cmdline'] = 'sleep QB_FRAME_NUMBER…jobArchive01.py
'); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…jobSubmit01.py
qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…qbsub
is a command to be executed on the remote host. Options Option Description --name string Job name --priority int Priority value --requirements string Job…qblock
group --resources string lock hosts based upon requirements expression string --purge Immediately stop job processes running on Worker --lock Lock the Worker…qbunlock
in string group --resources string Unlock hosts based upon requirements expression string --purge Immediately stop job processes running on Worker --lock Lock…QubeMobileServer Installation
. We recommend ActiveState Python http://www.activestate.com/activepython/downloads, since it will add itself to the registry and system search PATH. See the requirements…jobSubmit_cmdrangeOutputPaths.py
['requirements'] = '' # Set the package properties job['package'] = {} job['package']['cmdline'] = 'echo QB_FRAME_NUMBER' # Calculate agenda from range…qb_preemptcmp($runningjob, $candidatejob, $host)
” => “username”, “status” => “pending”, “name” => “my job’s name”, “label” => “qube1”, “cluster” => “/my/cluster/”, “cpus” => 2, “prototype” => “cmdline”, “requirements” => “”, “reservations…Host Selection
earlier in the Requirements section of this document. Syntax: signhost.property signhost.resource.[total|used|avail] The sign in the expression is used to determine if the job…