[cig-commits] r16385 - in seismo/3D/SPECFEM3D_GLOBE: tags/v5.0.0 trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Mar 4 14:32:24 PST 2010


Author: dkomati1
Date: 2010-03-04 14:32:24 -0800 (Thu, 04 Mar 2010)
New Revision: 16385

Modified:
   seismo/3D/SPECFEM3D_GLOBE/tags/v5.0.0/save_header_file.f90
   seismo/3D/SPECFEM3D_GLOBE/trunk/save_header_file.f90
Log:
cut a line that was too long


Modified: seismo/3D/SPECFEM3D_GLOBE/tags/v5.0.0/save_header_file.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/tags/v5.0.0/save_header_file.f90	2010-03-04 21:57:19 UTC (rev 16384)
+++ seismo/3D/SPECFEM3D_GLOBE/tags/v5.0.0/save_header_file.f90	2010-03-04 22:32:24 UTC (rev 16385)
@@ -256,7 +256,8 @@
   write(IOUT,*) '!'
   write(IOUT,*) '! size of static arrays per slice = ',static_memory_size/1073741824.d0,' GB'
   write(IOUT,*) '!'
-  write(IOUT,*) '!   (should be below and typically equal to 80% or 90% of the memory installed per core)'
+  write(IOUT,*) '!   (should be below and typically equal to 80% or 90%'
+  write(IOUT,*) '!    of the memory installed per core)'
   write(IOUT,*) '!   (if significantly more, the job will not run by lack of memory)'
   write(IOUT,*) '!   (if significantly less, you waste a significant amount of memory)'
   write(IOUT,*) '!'

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/save_header_file.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/save_header_file.f90	2010-03-04 21:57:19 UTC (rev 16384)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/save_header_file.f90	2010-03-04 22:32:24 UTC (rev 16385)
@@ -256,7 +256,8 @@
   write(IOUT,*) '!'
   write(IOUT,*) '! size of static arrays per slice = ',static_memory_size/1073741824.d0,' GB'
   write(IOUT,*) '!'
-  write(IOUT,*) '!   (should be below and typically equal to 80% or 90% of the memory installed per core)'
+  write(IOUT,*) '!   (should be below and typically equal to 80% or 90%'
+  write(IOUT,*) '!    of the memory installed per core)'
   write(IOUT,*) '!   (if significantly more, the job will not run by lack of memory)'
   write(IOUT,*) '!   (if significantly less, you waste a significant amount of memory)'
   write(IOUT,*) '!'



More information about the CIG-COMMITS mailing list