[cig-commits] r22654 - seismo/3D/SPECFEM3D_GLOBE/trunk/src/compute_optimized_dumping_undo_att

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Jul 22 14:26:29 PDT 2013


Author: dkomati1
Date: 2013-07-22 14:26:28 -0700 (Mon, 22 Jul 2013)
New Revision: 22654

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/src/compute_optimized_dumping_undo_att/compute_optimized_dumping_undo_att.f90
Log:
changed "requires" to "will require" in print statements


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/src/compute_optimized_dumping_undo_att/compute_optimized_dumping_undo_att.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/src/compute_optimized_dumping_undo_att/compute_optimized_dumping_undo_att.f90	2013-07-22 20:52:04 UTC (rev 22653)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/src/compute_optimized_dumping_undo_att/compute_optimized_dumping_undo_att.f90	2013-07-22 21:26:28 UTC (rev 22654)
@@ -281,7 +281,8 @@
   size_to_store_at_each_time_step = size_to_store_at_each_time_step / 1.d9
 
   print *
-  print *,'each time step to store in memory to undo attenuation requires storing ',size_to_store_at_each_time_step,' GB per core'
+  print *,'each time step to store in memory to undo attenuation will require storing ', &
+              size_to_store_at_each_time_step,' GB per core'
 
   print *
   print *,'*******************************************************************************'
@@ -329,18 +330,18 @@
   print *,'we will need to save a total of ',number_of_dumpings_to_do,' dumpings (restart files) to disk'
 
   print *
-  print *,'each dumping on the disk to undo attenuation requires storing ',disk_size_of_each_dumping,' GB per core'
+  print *,'each dumping on the disk to undo attenuation will require storing ',disk_size_of_each_dumping,' GB per core'
 
   print *
-  print *,'each dumping on the disk requires storing ',disk_size_of_each_dumping*NPROCTOT, &
+  print *,'each dumping on the disk will require storing ',disk_size_of_each_dumping*NPROCTOT, &
                ' GB for all cores'
 
   print *
-  print *,'ALL dumpings on the disk require storing ',disk_size_of_each_dumping*number_of_dumpings_to_do,' GB per core'
+  print *,'ALL dumpings on the disk will require storing ',disk_size_of_each_dumping*number_of_dumpings_to_do,' GB per core'
 
   print *
   print *,'*******************************************************************************'
-  print *,'ALL dumpings on the disk require storing ', &
+  print *,'ALL dumpings on the disk will require storing ', &
                disk_size_of_each_dumping*number_of_dumpings_to_do*NPROCTOT,' GB for all cores'
   print *,'  i.e. ',disk_size_of_each_dumping*number_of_dumpings_to_do*NPROCTOT/1000.d0,' TB'
   print *,'*******************************************************************************'



More information about the CIG-COMMITS mailing list