Access to computing resources :VIA squeue and slurm script
- How can you see if you are in a login node or a computing node? (2 ways)
- difference in shell
bash-4.1$
(in computing node) VS[abel@<username>]$
(in login node) - type
hostname
in shell =>compute-xx-x.local
(in computing node) VS inlogin-0-x.local
(in login node)