HPC Guides
HPC Basics
HPC Quick Guide:
(To Be Updated)
The HPC quick guide is used to show users how the system functions and how the user can do work on the system. This guide aims at giving users a basic understanding of the HPC system and how it works. For a more in depth guide please check out the HPC Starter Guide.
LSF Basic Guide for Job Submission:
The LSF Guide is designed to help new users set up a script using bash and submit a job to a specified machine. This guide will help to set up number of cores, location of your job and other such things.
HPC Software
HPC Gaussian:
If you need any assistance with Gaussian Jobs on our HPC systems, you can check out our guide here: Gaussian Guide
HPC Vasp/Slurm:
For help with Vasp and Slurm topics, you can look here for information and help. Please use the link here to access the page: Vasp/Slurm Guide
These are some important commands for slurm:
Quick status check:
sinfo –l
list recent jobs (running and recently finished)
scontrol show jobs
list specific jobs
scontrol show jobs <job-id>
list node status
scontrol show nodes
show current status of user
sacct –u <user name>
Minimum job status
squeue
Cancel Jobs
scancel <jobid>