The node file should show something like this
## This is the TORQUE server "nodes" file. ## ## To add a node, enter its hostname, optional processor count (np=), ## and optional feature names. ## ## Example: ## host01 np=8 featureA featureB ## host02 np=8 featureA featureB ## ## for more information, please visit: ## ## http://www.clusterresources.com/torquedocs/nodeconfig.shtml compute-c00 np=12 compute-c01 np=12 compute-c02 np=12 compute-c03 np=12 compute-c04 np=12
Restart the pbs_sched and pbs_server services
# service pbs_server restart # service pbs_sched restart
No comments:
Post a Comment