HPC system - CHPC
Basic commands
Check your account info
myallocation
To view the current home directory usage and quota status
mydiskquota
View the module list
module avail
module spider openmpi
Got a running shell
srun -M notchpeak --account=owner-gpu-guest --partition=notchpeak-gpu-guest --nodes=1 --ntasks=1 --gres=gpu:a100 --pty /bin/bash -l
Check job's status
squeue -u <your uid>
Check the node state
scontrol show nodes notch001,notch002,notch003,notch204 # From chpc V100 GPUs' info
Install
HPC system CHPC- install spack