[cig-commits] [commit] devel: fixed a comment (86e5ad9)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Dec 10 15:16:38 PST 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/779a2ade4f10197d238d5bd51bd1b73f622854ec...86e5ad902783549eaaa56d60411132c8e03a37fc

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

commit 86e5ad902783549eaaa56d60411132c8e03a37fc
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Dec 11 00:08:52 2014 +0100

    fixed a comment


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

86e5ad902783549eaaa56d60411132c8e03a37fc
 DATA/Par_file                                                         | 4 +---
 .../attenuation_benchmark_GJI_2002_versus_normal_modes/Par_file       | 4 +---
 .../prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file          | 4 +---
 .../benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file  | 4 +---
 .../benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file  | 4 +---
 EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file                  | 4 +---
 EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file                 | 4 +---
 EXAMPLES/global_s362ani_shakemovie/DATA/Par_file                      | 4 +---
 EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_attenuation      | 4 +---
 EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_noattenuation    | 4 +---
 EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_attenuation      | 4 +---
 EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_noattenuation    | 4 +---
 EXAMPLES/noise_examples/global_long/Par_file_NOISE_3_noattenuation    | 4 +---
 EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_attenuation     | 4 +---
 EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_noattenuation   | 4 +---
 EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_attenuation     | 4 +---
 EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_noattenuation   | 4 +---
 EXAMPLES/noise_examples/global_short/Par_file_NOISE_3_noattenuation   | 4 +---
 EXAMPLES/noise_examples/regional/Par_file_NOISE_1_attenuation         | 4 +---
 EXAMPLES/noise_examples/regional/Par_file_NOISE_1_noattenuation       | 4 +---
 EXAMPLES/noise_examples/regional/Par_file_NOISE_2_attenuation         | 4 +---
 EXAMPLES/noise_examples/regional/Par_file_NOISE_2_noattenuation       | 4 +---
 EXAMPLES/noise_examples/regional/Par_file_NOISE_3_noattenuation       | 4 +---
 EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_attenuation      | 4 +---
 EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_noattenuation    | 4 +---
 EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_attenuation      | 4 +---
 EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_noattenuation    | 4 +---
 EXAMPLES/noise_examples/test_global/Par_file_NOISE_3_noattenuation    | 4 +---
 EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_attenuation    | 4 +---
 EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_noattenuation  | 4 +---
 EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_attenuation    | 4 +---
 EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_noattenuation  | 4 +---
 EXAMPLES/noise_examples/test_regional/Par_file_NOISE_3_noattenuation  | 4 +---
 EXAMPLES/regional_Greece_noise_small/DATA/Par_file                    | 4 +---
 EXAMPLES/regional_Greece_small/DATA/Par_file                          | 4 +---
 EXAMPLES/regional_MiddleEast/DATA/Par_file                            | 4 +---
 EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file      | 4 +---
 EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file       | 4 +---
 src/shared/parallel.f90                                               | 4 +---
 39 files changed, 39 insertions(+), 117 deletions(-)

diff --git a/DATA/Par_file b/DATA/Par_file
index 9e00c42..96df623 100644
--- a/DATA/Par_file
+++ b/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/Par_file b/EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/Par_file
index 55ae893..26ead06 100644
--- a/EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/Par_file
+++ b/EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/Par_file
@@ -217,9 +217,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file b/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file
index 0b3b7fc..3ffa3a9 100644
--- a/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file
+++ b/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file b/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
index 29ec518..e619b46 100644
--- a/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
+++ b/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file b/EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
index a324682..e48013e 100644
--- a/EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
+++ b/EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file b/EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file
index 662158c..5cb5bcb 100644
--- a/EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file
+++ b/EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file b/EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file
index 662158c..5cb5bcb 100644
--- a/EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file
+++ b/EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/global_s362ani_shakemovie/DATA/Par_file b/EXAMPLES/global_s362ani_shakemovie/DATA/Par_file
index 3d7b5f3..17dacb3 100644
--- a/EXAMPLES/global_s362ani_shakemovie/DATA/Par_file
+++ b/EXAMPLES/global_s362ani_shakemovie/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_attenuation
index 785c706..f36279e 100644
--- a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_attenuation
+++ b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_noattenuation
index e7c15aa..271ef38 100644
--- a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_noattenuation
+++ b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_1_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_attenuation
index 86cb8ac..51e6269 100644
--- a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_attenuation
+++ b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_noattenuation
index bc44b49..3606b84 100644
--- a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_noattenuation
+++ b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_2_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_3_noattenuation
index 1ed33b0..54a421f 100644
--- a/EXAMPLES/noise_examples/global_long/Par_file_NOISE_3_noattenuation
+++ b/EXAMPLES/noise_examples/global_long/Par_file_NOISE_3_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_attenuation
index b903702..238cff5 100644
--- a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_attenuation
+++ b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_noattenuation
index 6aa8d3a..b8a414e 100644
--- a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_noattenuation
+++ b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_1_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_attenuation
index ac51703..5a252bb 100644
--- a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_attenuation
+++ b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_noattenuation
index c974852..b4886ef 100644
--- a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_noattenuation
+++ b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_2_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_3_noattenuation
index 1210961..cd44e6d 100644
--- a/EXAMPLES/noise_examples/global_short/Par_file_NOISE_3_noattenuation
+++ b/EXAMPLES/noise_examples/global_short/Par_file_NOISE_3_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/regional/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/regional/Par_file_NOISE_1_attenuation
index c50c917..7cf37a5 100644
--- a/EXAMPLES/noise_examples/regional/Par_file_NOISE_1_attenuation
+++ b/EXAMPLES/noise_examples/regional/Par_file_NOISE_1_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/regional/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/regional/Par_file_NOISE_1_noattenuation
index f79e28e..ba3c79b 100644
--- a/EXAMPLES/noise_examples/regional/Par_file_NOISE_1_noattenuation
+++ b/EXAMPLES/noise_examples/regional/Par_file_NOISE_1_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/regional/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/regional/Par_file_NOISE_2_attenuation
index edd624d..18aa9ab 100644
--- a/EXAMPLES/noise_examples/regional/Par_file_NOISE_2_attenuation
+++ b/EXAMPLES/noise_examples/regional/Par_file_NOISE_2_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/regional/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/regional/Par_file_NOISE_2_noattenuation
index def32f0..54d87a4 100644
--- a/EXAMPLES/noise_examples/regional/Par_file_NOISE_2_noattenuation
+++ b/EXAMPLES/noise_examples/regional/Par_file_NOISE_2_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/regional/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/regional/Par_file_NOISE_3_noattenuation
index 1d4d6a9..2fbe235 100644
--- a/EXAMPLES/noise_examples/regional/Par_file_NOISE_3_noattenuation
+++ b/EXAMPLES/noise_examples/regional/Par_file_NOISE_3_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_attenuation
index cd75c91..7cbee9d 100644
--- a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_attenuation
+++ b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_noattenuation
index 22fa450..b10be01 100644
--- a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_noattenuation
+++ b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_1_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_attenuation
index 73194f0..ac31e6b 100644
--- a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_attenuation
+++ b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_noattenuation
index 6789c86..4552e07 100644
--- a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_noattenuation
+++ b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_2_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_3_noattenuation
index c56c2b5..3f479c1 100644
--- a/EXAMPLES/noise_examples/test_global/Par_file_NOISE_3_noattenuation
+++ b/EXAMPLES/noise_examples/test_global/Par_file_NOISE_3_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_attenuation
index 65a8217..b6369b6 100644
--- a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_attenuation
+++ b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_noattenuation
index 41e2c19..63c3855 100644
--- a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_noattenuation
+++ b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_1_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_attenuation
index f90c4fc..1f65675 100644
--- a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_attenuation
+++ b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_attenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_noattenuation
index d753356..7038c8b 100644
--- a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_noattenuation
+++ b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_2_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_3_noattenuation
index 2255b2c..8943b49 100644
--- a/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_3_noattenuation
+++ b/EXAMPLES/noise_examples/test_regional/Par_file_NOISE_3_noattenuation
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/regional_Greece_noise_small/DATA/Par_file b/EXAMPLES/regional_Greece_noise_small/DATA/Par_file
index b8f6b6e..7ffd3fa 100644
--- a/EXAMPLES/regional_Greece_noise_small/DATA/Par_file
+++ b/EXAMPLES/regional_Greece_noise_small/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/regional_Greece_small/DATA/Par_file b/EXAMPLES/regional_Greece_small/DATA/Par_file
index fc4be50..cf82cd6 100644
--- a/EXAMPLES/regional_Greece_small/DATA/Par_file
+++ b/EXAMPLES/regional_Greece_small/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/regional_MiddleEast/DATA/Par_file b/EXAMPLES/regional_MiddleEast/DATA/Par_file
index bf99d8b..f194739 100644
--- a/EXAMPLES/regional_MiddleEast/DATA/Par_file
+++ b/EXAMPLES/regional_MiddleEast/DATA/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file b/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file
index 307d4c5..deeb553 100644
--- a/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file
+++ b/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file b/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file
index 15bfc47..441223b 100644
--- a/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file
+++ b/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file
@@ -218,9 +218,7 @@ SAVE_REGULAR_KL                 = .false.
 # many earthquakes in a catalog, in which case it can be better from
 # a batch job submission point of view to start fewer and much larger jobs,
 # each of them computing several earthquakes in parallel.
-# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-# to a value greater than 1 in file setup/constants.h.in before
-# configuring and compiling the code.
+# To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1.
 # To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 # each of them being labeled "my_local_mpi_comm_world", and we use them
 # in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case
diff --git a/src/shared/parallel.f90 b/src/shared/parallel.f90
index e166736..98a4ab8 100644
--- a/src/shared/parallel.f90
+++ b/src/shared/parallel.f90
@@ -32,9 +32,7 @@
 ! many earthquakes in a catalog, in which case it can be better from
 ! a batch job submission point of view to start fewer and much larger jobs,
 ! each of them computing several earthquakes in parallel.
-! To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS
-! to a value greater than 1 in file setup/constants.h.in before
-! configuring and compiling the code.
+! To turn that option on, set parameter NUMBER_OF_SIMULTANEOUS_RUNS to a value greater than 1 in the Par_file.
 ! To implement that, we create NUMBER_OF_SIMULTANEOUS_RUNS MPI sub-communicators,
 ! each of them being labeled "my_local_mpi_comm_world", and we use them
 ! in all the routines in "src/shared/parallel.f90", except in MPI_ABORT() because in that case



More information about the CIG-COMMITS mailing list