Skip to content
Snippets Groups Projects
Commit 54123b1c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding missing oversubscribe

parent 224fc701
No related branches found
No related tags found
No related merge requests found
Pipeline #2886 passed
...@@ -15,7 +15,7 @@ diff_1d: $(OBJ) ...@@ -15,7 +15,7 @@ diff_1d: $(OBJ)
all: diff_1d all: diff_1d
run: all run: all
mpirun -np 4 ./diff_1d mpirun --oversubscribe -np 4 ./diff_1d
.PHONY: clean all .PHONY: clean all
......
...@@ -19,7 +19,7 @@ stokes_3d_petsc: $(OBJ_PETSC) ...@@ -19,7 +19,7 @@ stokes_3d_petsc: $(OBJ_PETSC)
$(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS) $(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS)
run: all run: all
mpirun -np 3 ./stokes_3d_eigen && mpirun -np 3 ./stokes_3d_petsc mpirun --oversubscribe -np 3 ./stokes_3d_eigen && mpirun --oversubscribe -np 3 ./stokes_3d_petsc
.PHONY: clean all run .PHONY: clean all run
......
...@@ -15,7 +15,7 @@ example_sussman_images: $(OBJ) ...@@ -15,7 +15,7 @@ example_sussman_images: $(OBJ)
all: example_sussman_images all: example_sussman_images
run: all run: all
mpirun -np 2 ./example_sussman_images mpirun --oversubscribe -np 2 ./example_sussman_images
.PHONY: clean all run .PHONY: clean all run
......
...@@ -15,7 +15,7 @@ example_sussman_images: $(OBJ) ...@@ -15,7 +15,7 @@ example_sussman_images: $(OBJ)
all: example_sussman_images all: example_sussman_images
run: all run: all
mpirun -np 2 ./example_sussman_images mpirun --oversubscribe -np 2 ./example_sussman_images
.PHONY: clean all run .PHONY: clean all run
......
...@@ -15,7 +15,7 @@ example_sussman_sphere: $(OBJ) ...@@ -15,7 +15,7 @@ example_sussman_sphere: $(OBJ)
all: example_sussman_sphere all: example_sussman_sphere
run: all run: all
mpirun -np 2 ./example_sussman_sphere mpirun --oversubscribe -np 2 ./example_sussman_sphere
.PHONY: clean all run .PHONY: clean all run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment