Quick tutorial
Network
To connect to the cluster, you have to be in the lab network or UT3 campus.
Connect
Use SSH to connect to the cluster :
ssh mylogin@lcpq-ampere.univ-tlse3.fr
slurm
List all jobs on the cluster
squeue
List all of your jobs
squeue -u $USER
List empty nodes
lcpq-idle
Job submission
sbatch myjob
Job cancelation
scancel job_number
Loot at a job specs
scontrol show job job_number
Modules
List loaded modules on my profile
module list
See available modules on the cluster
module available
Load a module
module load module-name/version
Unload a module
module unload module-name/version
Unload every loaded module on my profile
module purge
Other commands
How much disk space I use ?
lcpq-stockage