Search
Page 6 of 10. Showing 91 results (0.01 seconds)
supervisor_flags
Synopsis supervisor_flags = integer mask or comma-separated list Mask sets some global Supervisor configuration parameters. Sum the settings to determine a composite value…ArtistView 6.5-1 Release Notes
@RELEASE: 6.5-1 ==== CL 11843 ==== @FIX:Fixed job modify dialog so that you can modify a job to remove a parameter. ==== CL 11798 ==== @FIX:Fixed issue with broken libGL…Preference Fields
Parameters: What job parameters to display in the submission dialogs. Toggle between standard/non-default and expert parameter display filtering Admin Menu: Display admin menu…QAV Preferences
'] If there is a function associated with the python object, you can enter the function call with parenthesis, though parameters are not allowed. For example "getProgress()" will call…4. Component Selection
for qb_supervisor should be either the local machine's hostname or IP address. These parameters will then be written to the local qube configuration to prevent the two supervisors from trying…Worker Configuration
the Supervisor. One can configure all Worker parameters locally. However, with larger farms, the Worker configuration process can become cumbersome, so Qube is designed to allow…Per-Host License Resources
the per-host global resources. Per-host license resources are also defined on the Supervisor using the qb.conf file, using the configuration parameter…qb_preemptcmp($runningjob, $candidatejob, $host)
The format of the input parameters for jobs and hosts are standard Perl hash structures. $job = { “id” => 1000, “pid” => 1, “pgrp” => 1000, “priority” => 2, “user…What if I want to lock down certain hosts to only run certain jobs?
of parameters [project1] worker_cluster = "/project1" # all 4 hosts inherit from the "project1" template [hostA] : project1 [hostB] : project1 # hostC inherits the "project1…How to restrict a host to only one instance of a given kind of job, but still allow other jobs
A Qube job has a "kind" parameter; this is a string which can be set to any value the user desires. It's mostly used to say "Only run one of this kind of a job…