User Tools

Site Tools


booking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
booking [2022/04/27 18:17] nicobooking [2022/04/27 18:21] (current) nico
Line 109: Line 109:
    #SBATCH --ntasks=1    #SBATCH --ntasks=1
    #SBATCH --cpus-per-task=8    #SBATCH --cpus-per-task=8
-   #SBATCH **--mem=64000**+   #SBATCH --mem=64000
        
    srun stress -m 8 --vm-bytes 2048M    srun stress -m 8 --vm-bytes 2048M
Line 125: Line 125:
    #SBATCH --ntasks=1    #SBATCH --ntasks=1
    #SBATCH --cpus-per-task=8    #SBATCH --cpus-per-task=8
-   #SBATCH **--hint=nomultithread**+   #SBATCH --hint=nomultithread
        
    srun stress -c 1    srun stress -c 1
Line 141: Line 141:
       [...]       [...]
  
 +We want to use just 1 execution thread per core, so SLURM booked 16 CPUs on the node because each core has 2 execution threads.
booking.1651076271.txt.gz · Last modified: 2022/04/27 18:17 by nico