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

Run on four GPUs (one node)

parent 2e704462
Branches
No related tags found
No related merge requests found
......@@ -3,13 +3,14 @@
#SBATCH -o output/%j.out
#SBATCH -e output/%j.err
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=2
#SBATCH --gres=gpu:2
#SBATCH --ntasks-per-node=4
#SBATCH --gres=gpu:4
#SBATCH --exclusive
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-core=1
#SBATCH --threads-per-core=1
#SBATCH --mem=10G
#SBATCH --time 00:01:00
#SBATCH --time 00:05:00
source ./load_modules.sh
srun ./mpi_pi_gpu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment