Torque

From UF HPC Wiki

Jump to: navigation, search

[edit] Common Adjustments

[edit] Adding a node

Below is what we would do if we needed to add a node to Torque. This is through the use of qmgr:

Qmgr: create node r2a-s11.local np=4
Qmgr: set node r2a-s11.local properties=all
Qmgr: set node r2a-s11.local properties+=r2a
Qmgr: set node r2a-s11.local properties+=infiniband

If the node did not have infiniband on it, the last line would be left out.

[edit] Removing a node

Again through qmgr:

Qmgr: delete node hpc097.local
Personal tools