[cig-commits] r22559 - in seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES: small_benchmark_run_to_test_more_complex_Earth small_benchmark_run_to_test_very_simple_Earth

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Jul 8 19:12:34 PDT 2013


Author: dkomati1
Date: 2013-07-08 19:12:34 -0700 (Mon, 08 Jul 2013)
New Revision: 22559

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example
   seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example
Log:
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


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example	2013-07-09 02:04:01 UTC (rev 22558)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example	2013-07-09 02:12:34 UTC (rev 22559)
@@ -59,7 +59,7 @@
 # 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.

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example	2013-07-09 02:04:01 UTC (rev 22558)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example	2013-07-09 02:12:34 UTC (rev 22559)
@@ -59,7 +59,7 @@
 # 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