[cig-commits] [commit] devel: updated some comments in four scripts (1c27735)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Dec 8 16:31:34 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/b6ec874792cf8cdb3329e29d844a71c3a8ce8202...1c27735ab9cfb372cfbb37cfe2b86957d42b90da

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

commit 1c27735ab9cfb372cfbb37cfe2b86957d42b90da
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Dec 9 01:17:05 2014 +0100

    updated some comments in four scripts


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

1c27735ab9cfb372cfbb37cfe2b86957d42b90da
 .../run_mesher_solver.bash                                     |  2 --
 .../run_this_example.sh                                        | 10 ++--------
 .../run_mesher_solver.bash                                     |  2 --
 .../run_this_example.sh                                        | 10 ++--------
 4 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/run_mesher_solver.bash b/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/run_mesher_solver.bash
index e123a94..7cecfc6 100755
--- a/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/run_mesher_solver.bash
+++ b/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/run_mesher_solver.bash
@@ -1,14 +1,12 @@
 #!/bin/bash
 
 ###########################################################
-# USER PARAMETERS
 
 ## CPUs 
 CPUs=24
 
 ###########################################################
 
-
 BASEMPIDIR=`grep LOCAL_PATH DATA/Par_file | cut -d = -f 2 `
 
 # script to run the mesher and the solver
diff --git a/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/run_this_example.sh b/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/run_this_example.sh
index e536cf9..91f68f3 100755
--- a/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/run_this_example.sh
+++ b/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/run_this_example.sh
@@ -1,20 +1,14 @@
 #!/bin/bash
 #
-# regional simulation example
+# The script runs mesher and solver on 24 CPUs at long period, i.e. the benchmark is cheap.
+# It does validate a lot of things though.
 #
-# script runs mesher and solver using mpirun
-# on 4 CPUs
-#
-# synthetics have an approximate shortest period ~ 15 s
-#
-# modify accordingly for your own system specifics
 ##################################################
 
 echo "running example: `date`"
 currentdir=`pwd`
 
 echo "directory: $currentdir"
-echo "(will take about 15 minutes)"
 echo
 
 # sets up directory structure in current example directoy
diff --git a/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/run_mesher_solver.bash b/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/run_mesher_solver.bash
index e123a94..7cecfc6 100755
--- a/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/run_mesher_solver.bash
+++ b/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/run_mesher_solver.bash
@@ -1,14 +1,12 @@
 #!/bin/bash
 
 ###########################################################
-# USER PARAMETERS
 
 ## CPUs 
 CPUs=24
 
 ###########################################################
 
-
 BASEMPIDIR=`grep LOCAL_PATH DATA/Par_file | cut -d = -f 2 `
 
 # script to run the mesher and the solver
diff --git a/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/run_this_example.sh b/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/run_this_example.sh
index e536cf9..91f68f3 100755
--- a/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/run_this_example.sh
+++ b/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/run_this_example.sh
@@ -1,20 +1,14 @@
 #!/bin/bash
 #
-# regional simulation example
+# The script runs mesher and solver on 24 CPUs at long period, i.e. the benchmark is cheap.
+# It does validate a lot of things though.
 #
-# script runs mesher and solver using mpirun
-# on 4 CPUs
-#
-# synthetics have an approximate shortest period ~ 15 s
-#
-# modify accordingly for your own system specifics
 ##################################################
 
 echo "running example: `date`"
 currentdir=`pwd`
 
 echo "directory: $currentdir"
-echo "(will take about 15 minutes)"
 echo
 
 # sets up directory structure in current example directoy



More information about the CIG-COMMITS mailing list