Search
Page 83 of 107. Showing 1,065 results (0.011 seconds)
I'd like to use the "waitfor" option in MEL
Unfortunately the "waitfor" option isn't something available in the individual APIs however, there is an equivalent field in the job which the "waitfor" option can take advantage of. It's called "dependency". Just add into your dependency field something…Using the --type and --data with qbsub to submit a job
Here's a normal command line sleep 1000 qbsub: qbsub sleep 1000 This is how you'd do it with the --data and --type: qbsub --type cmdline --data '(=(cmdline=sleep "1000"))' I found the data string by running qbsub --xml --export job.xja sleep 1000 Examinin…How do I setup submission-side path translation in the QubeGUI?
The QubeGUI 5.4 version uses the standardized SimpleCmd/SimpleSubmit framework for all of the submission dialogs. These submission dialogs are editable and located in the simplecmds/ directory (see File->Open SimpleCmds Directory...). A postDialog callbac…Beginner Python submission and dependencies
Welcome to a tutorial on basic submission and dependencies using the Qube! API By running through this tutorial you will have a basic understanding of how to: 1. Use python to submit a basic job 2. Understand Job packages and what is required to submit…1. Introduction
Screen shot 2013-02-25 at 5.38.25 PM.png The first page you see is an introduction page. Next page (License Agreement) >…License requirements to render on a 3rd-party render farm like Qube
This is from a recent conversation with MAXON North American Sales, is presented for informational purposes only, and is subject to change without notice from MAXON. You must contact your MAXON reseller for confirmed pricing. All users of C4D have to b…How to locate all supervisors on the same network subnet
The following command will use the Qube autodiscovery system to locate all Supervisors on the network subnet. Typically, there should only be one, but if you've experimented with multiple Supervisors or reinstalled one on another machine, it may have inad…Preventing_allowing job submission
In order to do major maintenance on a Supervisor, you will want to shut down its major functions, namely accepting jobs and dispatching them to hosts. The following command will prevent the Supervisor from accepting job submissions: % qbadmin supervisor -…Starting_stopping job dispatch
After disabling job submission to the Supervisor, you will also want to prevent the Supervisor from dispatching additional jobs to hosts. The following command will stop Supervisor job dispatch: % qbadmin supervisor --set stop_activity The following comma…Jobs Reserving Resources
All of these resources must be reserved by jobs processes by setting the "reservations" field at job submission. For example, setting the reservations field to global.shake=1 will have the job reserve 1 of the global.shake resources for each job process.…