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

Fixing OdeInt example

parent ddce53e8
No related branches found
No related tags found
No related merge requests found
Pipeline #3478 passed
...@@ -19,7 +19,7 @@ example_odeint2: $(OBJ2) ...@@ -19,7 +19,7 @@ example_odeint2: $(OBJ2)
all: example_odeint example_odeint2 all: example_odeint example_odeint2
run: all 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 .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