Skip to content
Snippets Groups Projects
Commit c15bc2a7 authored by Erik Strand's avatar Erik Strand
Browse files

Determine the most CPUs that slurm will hand out

It's 40. This is surprising given that each node has 160 CPUs.
parent 9696f017
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#SBATCH -o output/mpi_pi_cpu_%j.out
#SBATCH -e output/mpi_pi_cpu_%j.err
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=32
#SBATCH --ntasks-per-node=40
#SBATCH --gres=gpu:0
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-core=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment