Cheatsheet

glicid_sbatch myfile.slurm

Submit your jobfile.

glicid_squeue --me

Show your jobs in the queue.

glicid_qos

List the available QOS and their limits.

glicid_sinfo

List the current nodes and their state.

sreport cluster UserUtilizationByAccount user=$USER -t hour start=$(date -d "31 days ago" +%F)

Get a report of consumed hours for the last 31 days for your user

sreport cluster AccountUtilizationByUser account=GLICID_PROJECT -t hour start=$(date -d "31 days ago" +%F)

Get a report of consumed hours for the last 31 days for a project

Tell us the items that you want to add in this list !