From fadcd31485b81391d5e1385c1950cc5936f1d31b Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Sun, 4 Apr 2021 20:32:30 +0200 Subject: [PATCH] Adding oversubscribe to all the examples --- .../7_gray_scott_3d_sparse_gpu_sphere_expanding/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/SparseGrid/7_gray_scott_3d_sparse_gpu_sphere_expanding/Makefile b/example/SparseGrid/7_gray_scott_3d_sparse_gpu_sphere_expanding/Makefile index 50373464f..b0837dd4a 100644 --- a/example/SparseGrid/7_gray_scott_3d_sparse_gpu_sphere_expanding/Makefile +++ b/example/SparseGrid/7_gray_scott_3d_sparse_gpu_sphere_expanding/Makefile @@ -30,7 +30,7 @@ gray_scott_sparse_gpu: $(OBJ) all: gray_scott_sparse_gpu run: gray_scott_sparse_gpu_test - mpirun -np 4 ./gray_scott_sparse_gpu + mpirun --oversubscribe -np 4 ./gray_scott_sparse_gpu .PHONY: clean all run -- GitLab