Search

Search

Help

Page 5 of 5. Showing 48 results (0.015 seconds)

  1. 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…
  2. 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…
    Qube 6.4May 24, 2013
  3. 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…
    Qube 6.4Apr 15, 2013
  4. 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…
    Qube 6.4Feb 26, 2013
  5. 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…
    Qube 6.4Mar 28, 2013
  6. 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…
    Qube 6.4 / … / PerlNov 08, 2012
  7. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  8. 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…
    Qube 6.4Mar 11, 2013