Search
Page 4 of 6. Showing 57 results (0.016 seconds)
How to use job dependancies through the submission UI
job must wait for something in another job to complete before it starts. Unlike some other queueing systems that may only have job-based dependencies, with Qube!, you can set…Supervisor Configuration
The primary component in Qube Remote Control is the Supervisor. It represents the nerve center of the RMS, coordinating between the Workers and the clients, queuing…Job Archive File
: % qbsub –export file.xja –xml sleep 10 Submit the file into queue: % qbsub –import file.qja Submit the file and replace the priority: % qbsub –priority 10 –import file.qja View…Work Agendas
the list generation. The agenda is then inserted into the job, and submitted into the queue. Upon receipt of the job, the execution component of the job then calls the function…supervisor_flags
the Supervisor to track running jobs more aggressively. stub_optimize = 1024 Enable stub optimization, the Supervisor will group similar jobs in it's queuing decisions. While…How to restrict a host to only one instance of a given kind of job, but still allow other jobs
on a worker at once". This tells the queuing system to filter out all hosts which have this kind of job already running. So when you submit a job, you can do this to keep only one of your…Charts Layout
the most influential individual items. Pending Load – display number of frames (or tasks) in the queue and when they were submitted. See patterns as to when the most frames…Packages
queuing system, the information on how to execute a job is typically a single string representing the command line to be executed on the host/Worker machines. Qube generalizes…qbmodify
| | | | | modify jobs in the queue Description qbmodify requests the Supervisor to modify a list of jobs. Usage qbmodify [options] jobID… | 0 where JobID…qbsummary
| | | | | display queue summary Description qbsummary obtains a quick summary of the farm's status. By default, qbsummary shows the breakdown of subjobs at each…