Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

below Below is a breif brief description of a few commonly used properties to to 
setup the global qbwrk.conf which is distributed to workers with the
command

...


Above is an example of a template that can be set using logical names to assign a set of commonly used properties

"[Farm]" is the name of the template that can be used to assign the
following properties. you can set as many of these as you see fit

"proxy_execution_mode" is property to set how Qube! executes in your
environment "User" means the submitting user's network credentials and
permissions will be used *additional reading

"worker_properties" is for assigning global resources such as licenses
global resources are set in qb.conf *additional reading

"worker_cpus" is a property to hard set the amount of cpu's on the
worker *if left commented worker default cpu's are calculated*

"worker_groups" one or multiple groups the worker belongs to

...

 
Above is an example of how to assign the template [Farm]

"[render2d01]: Farm" is setting the template to a single machine

"[render3d[01-05]]: Farm" is setting the template to a range of machines

"[worstation01]: Farm" is setting the template to worstation01

"worker_description =" assigns a description to the above worker as an additional property

...

Use the below example to assign clusters to your workers note the
examples of submitting jobs from the cmd line.
Clusters can also be assigned using the template method above
additional reading :


Copy below and alter for your environment

...