[cig-commits] r20181 - in seismo/3D/SPECFEM3D_GLOBE/trunk/src: create_header_file shared

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sat May 19 12:22:23 PDT 2012


Author: dkomati1
Date: 2012-05-19 12:22:23 -0700 (Sat, 19 May 2012)
New Revision: 20181

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/src/create_header_file/create_header_file.f90
   seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/save_header_file.f90
Log:
more precise sentence about the memory size estimate


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/src/create_header_file/create_header_file.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/src/create_header_file/create_header_file.f90	2012-05-19 18:51:32 UTC (rev 20180)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/src/create_header_file/create_header_file.f90	2012-05-19 19:22:23 UTC (rev 20181)
@@ -230,7 +230,8 @@
   print *
   print *,'(lower bound, usually the real amount used is 5% to 10% higher)'
   print *
-  print *,'(you can get a more precise estimate by typing "size -d bin/xspecfem3D"'
+  print *,'(you can get a more precise estimate of the size used per MPI process'
+  print *,' by typing "size -d bin/xspecfem3D"'
   print *,' after compiling the code with the DATA/Par_file you plan to use)'
   print *
   print *,'size of static arrays per slice = ',static_memory_size/1.d6,' MB'

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/save_header_file.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/save_header_file.f90	2012-05-19 18:51:32 UTC (rev 20180)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/save_header_file.f90	2012-05-19 19:22:23 UTC (rev 20181)
@@ -261,7 +261,8 @@
   write(IOUT,*) '!'
   write(IOUT,*) '! (lower bound, usually the real amount used is 5% to 10% higher)'
   write(IOUT,*) '!'
-  write(IOUT,*) '! (you can get a more precise estimate by typing "size -d bin/xspecfem3D"'
+  write(IOUT,*) '! (you can get a more precise estimate of the size used per MPI process'
+  write(IOUT,*) '!  by typing "size -d bin/xspecfem3D"'
   write(IOUT,*) '!  after compiling the code with the DATA/Par_file you plan to use)'
   write(IOUT,*) '!'
   write(IOUT,*) '! size of static arrays per slice = ',static_memory_size/1.d6,' MB'



More information about the CIG-COMMITS mailing list