diff --git a/example/Numerics/OdeInt/Makefile b/example/Numerics/OdeInt/Makefile
index 7bb01f1ab84fb758dcac072f7a91fa6ce79d3a2d..49784aa93f9eb62a4f0fa3fb77ccffb40999513e 100644
--- a/example/Numerics/OdeInt/Makefile
+++ b/example/Numerics/OdeInt/Makefile
@@ -19,7 +19,7 @@ example_odeint2: $(OBJ2)
 all: example_odeint example_odeint2
 
 run: all
-	mpirun -np 2 ./example_odeint ./example_odeint
+	mpirun  --oversubscribe -np 2 ./example_odeint && mpirun --oversubscribe -np 2 ./example_odeint2
 
 .PHONY: clean all run