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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Mar 4 15:23:56 PST 2010


Author: dkomati1
Date: 2010-03-04 15:23:55 -0800 (Thu, 04 Mar 2010)
New Revision: 16386

Modified:
   seismo/3D/SPECFEM3D_GLOBE/tags/v5.0.0/create_header_file.f90
   seismo/3D/SPECFEM3D_GLOBE/trunk/create_header_file.f90
Log:
changed two print statements


Modified: seismo/3D/SPECFEM3D_GLOBE/tags/v5.0.0/create_header_file.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/tags/v5.0.0/create_header_file.f90	2010-03-04 22:32:24 UTC (rev 16385)
+++ seismo/3D/SPECFEM3D_GLOBE/tags/v5.0.0/create_header_file.f90	2010-03-04 23:23:55 UTC (rev 16386)
@@ -199,7 +199,8 @@
                   NGLOB_CRUST_MANTLE_OCEANS,NSPEC_OUTER_CORE_ROTATION)
 
   print *
-  print *,'edit file OUTPUT_FILES/values_from_mesher.h to see some statistics about the mesh'
+  print *,'edit file OUTPUT_FILES/values_from_mesher.h to see'
+  print *,'some statistics about the mesh'
   print *
 
   print *,'number of processors = ',NPROCTOT
@@ -226,7 +227,8 @@
   print *
   print *,'size of static arrays per slice = ',static_memory_size/1073741824.d0,' GB'
   print *
-  print *,'   (should be below and typically equal to 80% or 90% of the memory installed per core)'
+  print *,'   (should be below and typically equal to 80% or 90%'
+  print *,'    of the memory installed per core)'
   print *,'   (if significantly more, the job will not run by lack of memory)'
   print *,'   (if significantly less, you waste a significant amount of memory)'
   print *

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/create_header_file.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/create_header_file.f90	2010-03-04 22:32:24 UTC (rev 16385)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/create_header_file.f90	2010-03-04 23:23:55 UTC (rev 16386)
@@ -199,7 +199,8 @@
                   NGLOB_CRUST_MANTLE_OCEANS,NSPEC_OUTER_CORE_ROTATION)
 
   print *
-  print *,'edit file OUTPUT_FILES/values_from_mesher.h to see some statistics about the mesh'
+  print *,'edit file OUTPUT_FILES/values_from_mesher.h to see'
+  print *,'some statistics about the mesh'
   print *
 
   print *,'number of processors = ',NPROCTOT
@@ -226,7 +227,8 @@
   print *
   print *,'size of static arrays per slice = ',static_memory_size/1073741824.d0,' GB'
   print *
-  print *,'   (should be below and typically equal to 80% or 90% of the memory installed per core)'
+  print *,'   (should be below and typically equal to 80% or 90%'
+  print *,'    of the memory installed per core)'
   print *,'   (if significantly more, the job will not run by lack of memory)'
   print *,'   (if significantly less, you waste a significant amount of memory)'
   print *



More information about the CIG-COMMITS mailing list