Pages

How to find the number of nodes and name of those nodes in a HPC cluster

To display the nodes, use

cat $PBS_NODEFILE

This will display all the details about the cpu and node. 

Or use cat /etc/hosts

This will display all the nodes present in the cluster. 

No comments:

Post a Comment

You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...