Bright Cluster Manager is pre-configured with a number of workload managers:
- Torque/Moab
- Torque/Maui
- PBS Professional
- SLURM
- LSF
- openlava (the open source version of LSF)
- Grid Engine
So, back to the main topic. I will use the Bright Cluster Management Shell (CMSH) to configure the number of job slots on each server by configuring the torqueclient role at the category level. This can also be accomplished at the node level.
[headnode]% category
[headnode->category]% use default
[headnode->category[default]]% roles
[headnode->category[default]->roles]% list
Name (key)
----------------------------
torqueclient
Let's see how many job slots are currently configured.
[headnode->category[default]->roles]% use torqueclient
[headnode->category[default]->roles[torqueclient]]% show
Parameter Value
------------------------------ ------------------------------------------------
All Queues no
GPUs 0
Name torqueclient
Queues shortq longq
Revision
Slots 8
Type TorqueClientRole
Now we'll assign 12 job slots to each server.
[headnode->category[default]->roles[torqueclient]]% set slots 12
[headnode->category*[default*]->roles*[torqueclient*]]% commit
You're done.