This lecture helps you to optimize your resource usage in CSC’s HPC environment.
All materials (c) 2020-2024 by CSC – IT Center for Science Ltd. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License, http://creativecommons.org/licenses/by-sa/4.0/
seff <slurm jobid>
srun
don’t record properly (e.g. orterun
)sacct
sacct -j <slurm jobid> -o jobid,partition,state,elapsed,start,end
sacct -S 2022-08-01
will show all jobs started after that datesacct
can be a very heavy operation
sacct
in a loop/using watch
as this will degrade the performance of the system for all userscsc-projects
csc-projects -h
/scratch
, /projappl
) is free-of-charge (0 BU)
--partition=test
to check that the input works and that the resource requests are interpreted correctlyseff
command to ensure that CPU and memory efficiencies are as high as possible
seff
are:
seff
examples