Skip to content

Commit a16c68a

Browse files
committed
Change configuration
1 parent ca0020a commit a16c68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/bash
22

33
# Run Parallel without MPI
4-
# ../multiprocexec.py -n 3 sim_class=Simulation_with_eclouds.Simulation
4+
../multiprocexec.py -n 3 sim_class=Simulation_with_eclouds.Simulation
55

66
# Run Serial
77
#../serialexec.py sim_class=Simulation_with_eclouds.Simulation
88

99
# Run MPI
10-
mpiexec -n 4 ../withmpi.py sim_class=Simulation_with_eclouds.Simulation
10+
#mpiexec -n 4 ../withmpi.py sim_class=Simulation_with_eclouds.Simulation

0 commit comments

Comments
 (0)