Check resources of each node of a HPC SGE cluster
Check resources of each node of a HPC SGE cluster
# display information about CPU, memory, processors of each cluster network-node computer
qhost
HOSTNAME ARCH NCPU MEMTOT MEMUSE
--------------------------------------
Node-01 lx-amd64 24 500.0G 53.8G
Node-02 lx-amd64 24 500.0G 70.2G
Node-03 lx-amd64 64 2.0T 340.5G
Node-04 lx-amd64 64 2.0T 829.6G
HOSTNAME - cluster node identifier
ARCH - operating system architecture
NCPU - number of processors
MEMTOT - total Memory
MEMUSE - used Memory
Read more
https://manpages.ubuntu.com/manpages/lunar/en/man1/qhost.1.html
→ Check status of your job-script