Search
Page 5 of 5. Showing 48 results (0.015 seconds)
jobSubmit01_explained.py
an empty dictionary to be filled by the following lines of code job = {} # Below defines the name of the Qube! job job['name'] = 'python test job' # Below defines…Basic python job submission I. Single command
test job' # Below defines how many Instances/subjobs the job is to spawn. Because we # will be running only a single command, there is no need to request more than 1…Basic python job submission II. Frames
other possibilities import qb def main(): # The parameters here are the same as before, with exceptions noted job = {} job['name'] = 'python test job - echo…Job Requirements
reserving all job slots) job.kind = 'test' (or any other value, your choice...) not(job.kind in host.duty.kind) (see How to restrict a host to only one instance of a given kind of job…How to migrate Qube! supervisor
'@'192.168.1.1'; (replace the ip address in the command with the ip address of your old server) Test the access from the OSX host: Code: mysql -u root -h -B -e "SELECT USER…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…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…Parameters
for identified outputPaths (in bytes). [0 disables test] Qube Actions [New for Qube 6.0] generateMovie: add linked job to generate movie from output images. It will launch…