Search
Page 88 of 107. Showing 1,065 results (0.012 seconds)
How do I set my own shared directory for job types?
Set the worker_template_path for the Worker to point to the directory containing the Job Types. Note, that on Windows, you must use UNC and the path separator is a forward slash "/". Try flipping the slashes to the other direction and see if that solv…I'm working on a Job Type, and I want to run a different version of Perl or Python?
User mode: Set the user's PATH environment variable to point to the version of the scripting language you prefer Proxy mode: the proxy user's PATH environment variable to point to the version of the scripting language you prefer…What is the callback language "qube?"
unblock-subjob-self block-subjob-self fail-subjob-self kill-subjob-self migrate-subjob-self preempt-subjob-self interrupt-subjob-self suspend-subjob-self resume-subjob-self mail-subjob-status unblock-self block-self fail-self kill-self migrate-self preemp…Where is the output from the executed callback code?
Look in the .cb file for the job.…4. Component Selection
Screen shot 2013-02-25 at 5.50.37 PM.png This page allows you to determine the role of this computer. You should be able to simply choose a pre-defined role from the left-hand column and click "Next". Doing so will automatically select the required compon…5. Download and Verify page
Screen shot 2013-02-22 at 3.42.13 PM.png This page will download all requested Qube components. The files will be stored in directories named after the OS for which they were made. The OS directories will be stored next to the qmf file. The qmf file will…6. Installation and Upgrade
Screen shot 2013-02-22 at 4.08.21 PM.png This page will do the actual install/uninstall. When a component is installed, the version number of the installed package will be displayed next to the progress bar. If a version number shows "(NC)", it was neithe…7. Final Page
. On Linux, this will be the root user. Installed a worker: You will have 3 test buttons: test simple job - this will test basic operation of this worker on your farm. Job status…How to submit a job to only empty workers, regardless of slot count
example: job = { 'prototype': 'cmdline', 'name': 'testing the job kind', 'package': {'cmdline': 'sleep 30'}, 'reservations': 'host.processors=1+', 'requirements…How clustering affects priority and worker selection for jobs
A diagram showing how the same 4 jobs have their priority sorted differently depending on which cluster the job and worker are each in. Workers in the / cluster (also known as the 'root') Jobs are sorted by priority then by job id (first come, first serve…