[cig-commits] [commit] devel, master: set NT_DUMP_ATTENUATION = 77 instead of 100 according to the new estimates after fixing memory_eval() and optimizing total memory size in the new code (8f74bbf)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:06:40 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit 8f74bbf3f8a0e8143e2d8cfc3514049c9d093ac9
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Jul 9 02:12:34 2013 +0000

    set NT_DUMP_ATTENUATION = 77 instead of 100 according to the new estimates after fixing memory_eval() and optimizing total memory size in the new code


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

8f74bbf3f8a0e8143e2d8cfc3514049c9d093ac9
 small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example | 2 +-
 small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example b/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example
index bfda535..91d6b6c 100644
--- a/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example
+++ b/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example
@@ -59,7 +59,7 @@ RECORD_LENGTH_IN_MINUTES        = 55.0d0
 # but requires a significant amount of disk space for temporary storage.
 PARTIAL_PHYS_DISPERSION_ONLY    = .true.
 UNDO_ATTENUATION                = .false.
-NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+NT_DUMP_ATTENUATION             = 77   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
 
 # this for LDDRK high-order time scheme instead of Newmark
 USE_LDDRK                       = .false.
diff --git a/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example b/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example
index 9408a62..8bde59f 100644
--- a/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example
+++ b/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example
@@ -59,7 +59,7 @@ RECORD_LENGTH_IN_MINUTES        = 35.0d0
 # but requires a significant amount of disk space for temporary storage.
 PARTIAL_PHYS_DISPERSION_ONLY    = .false.
 UNDO_ATTENUATION                = .false.
-NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+NT_DUMP_ATTENUATION             = 77   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
 
 # this for LDDRK high-order time scheme instead of Newmark
 USE_LDDRK                       = .false.



More information about the CIG-COMMITS mailing list