HPC Quick Notes
misc., misc., 2025
Some useful HPC commands
- htop: check CPU usages
ps -u “$USER” -o pid,ppid,%cpu,%mem,etime,cmd –sort=-%cpu head -n 11: top 11 CPU occupying commands by you - download a zip file: wget https://www2.mmm.ucar.edu/projects/mpas/real/cfsr.2010102300.tar.gz
- unzip a file: tar xf cfsr.2010102300.tar.gz