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

Run on eight GPUs (two nodes)

parent effa4145
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#SBATCH -J mpi_pi_gpu #SBATCH -J mpi_pi_gpu
#SBATCH -o output/%j.out #SBATCH -o output/%j.out
#SBATCH -e output/%j.err #SBATCH -e output/%j.err
#SBATCH --nodes=1 #SBATCH --nodes=2
#SBATCH --ntasks-per-node=4 #SBATCH --ntasks-per-node=4
#SBATCH --gres=gpu:4 #SBATCH --gres=gpu:4
#SBATCH --exclusive #SBATCH --exclusive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment