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

Adding oversubscribe to all the examples

parent f5a65690
No related branches found
No related tags found
No related merge requests found
Pipeline #2893 passed
......@@ -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
......
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