Run-time node changes
TORQUE can dynamically add nodes with the qmgr command. For example, the following command will add node node003:
> qmgr -c "create node node003"
The above command appends the $TORQUE_HOME/server_priv/nodes file with:
node003
Nodes can also be removed with a similar command:
> qmgr -c "delete node node003"
No comments:
Post a Comment