We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0020a commit a16c68aCopy full SHA for a16c68a
test_kicks/000_run_sim_with_eclouds.sh
@@ -1,10 +1,10 @@
1
#!/usr/bin/bash
2
3
# Run Parallel without MPI
4
-# ../multiprocexec.py -n 3 sim_class=Simulation_with_eclouds.Simulation
+../multiprocexec.py -n 3 sim_class=Simulation_with_eclouds.Simulation
5
6
# Run Serial
7
#../serialexec.py sim_class=Simulation_with_eclouds.Simulation
8
9
# Run MPI
10
-mpiexec -n 4 ../withmpi.py sim_class=Simulation_with_eclouds.Simulation
+#mpiexec -n 4 ../withmpi.py sim_class=Simulation_with_eclouds.Simulation
0 commit comments