[cig-commits] [commit] devel: fixed a path that was not right in run_this_example_internal_mesher.sh and run_this_example_external_mesh.sh (8d2bf14)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:05:56 PDT 2014


Repository : ssh://geoshell/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/pylith_benchmarks/compare/b18768a541005fcf437aa50bdb2cd57e8e8adc11...c4e103232bf76f6fbf78b6524c8603d2d9b9a577

>---------------------------------------------------------------

commit 8d2bf140628e123bad6aebef98f74ee1dedb51bd
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Mar 27 02:13:10 2014 +0100

    fixed a path that was not right in run_this_example_internal_mesher.sh and run_this_example_external_mesh.sh


>---------------------------------------------------------------

8d2bf140628e123bad6aebef98f74ee1dedb51bd
 run_this_example_external_mesh.sh   | 4 ++--
 run_this_example_internal_mesher.sh | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/run_this_example_external_mesh.sh b/run_this_example_external_mesh.sh
index 0e70561..ddef4ba 100755
--- a/run_this_example_external_mesh.sh
+++ b/run_this_example_external_mesh.sh
@@ -29,13 +29,13 @@ echo
 echo
 echo "running database generation..."
 echo
-mpirun -machinefile /home/cluster_maintenance/mymachines -np $NPROC ./bin/xgenerate_databases
+mpirun -np $NPROC ./bin/xgenerate_databases
 
 # runs simulation
 echo
 echo "  running solver..."
 echo
-mpirun -machinefile /home/cluster_maintenance/mymachines -np $NPROC ./bin/xspecfem3D
+mpirun -np $NPROC ./bin/xspecfem3D
 
 echo
 echo "see results in directory: OUTPUT_FILES/"
diff --git a/run_this_example_internal_mesher.sh b/run_this_example_internal_mesher.sh
index e7e5b44..63737d4 100755
--- a/run_this_example_internal_mesher.sh
+++ b/run_this_example_internal_mesher.sh
@@ -23,19 +23,19 @@ mkdir OUTPUT_FILES/DATABASES_MPI
 echo
 echo "running mesher..."
 echo
-mpirun -machinefile /home/cluster_maintenance/mymachines -np $NPROC ./bin/xmeshfem3D
+mpirun -np $NPROC ./bin/xmeshfem3D
 
 # runs database generation
 echo
 echo "running database generation..."
 echo
-mpirun -machinefile /home/cluster_maintenance/mymachines -np $NPROC ./bin/xgenerate_databases
+mpirun -np $NPROC ./bin/xgenerate_databases
 
 # runs simulation
 echo
 echo "  running solver..."
 echo
-mpirun -machinefile /home/cluster_maintenance/mymachines -np $NPROC ./bin/xspecfem3D
+mpirun -np $NPROC ./bin/xspecfem3D
 
 echo
 echo "see results in directory: OUTPUT_FILES/"



More information about the CIG-COMMITS mailing list