diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md index 5e6b0c3b2d43b2f768d91c11c7377eef309b782a..1739169f2b21dbd4eadf91b22d69812990e7a639 100644 --- a/docs.it4i/software/tools/singularity-it4i.md +++ b/docs.it4i/software/tools/singularity-it4i.md @@ -1,6 +1,3 @@ -!!!warning - This page has not been updated yet. The page does not reflect the transition from PBS to Slurm. - # Apptainer on IT4Innovations !!!note "Singularity name change" @@ -137,7 +134,10 @@ New version is ready. (/home/username/.apptainer/images/CentOS-7_20230116143612. ### MPI In the following example, we are using a job submitted by the command: -`qsub -A PROJECT -q qprod -l select=2:mpiprocs=128 -l walltime=00:30:00 -I` + +```bash +$ salloc -A PROJECT_ID -p qcpu --nodes=2 --ntasks-per-node=128 --time=00:30:00 +``` !!! note We have seen no major performance impact for a job running in a Apptainer container.