[cig-commits] r21495 - seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D

lefebvre at geodynamics.org lefebvre at geodynamics.org
Mon Mar 11 15:16:45 PDT 2013


Author: lefebvre
Date: 2013-03-11 15:16:45 -0700 (Mon, 11 Mar 2013)
New Revision: 21495

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D/specfem3D_par.F90
Log:
Declare and store the 'ADIOS_ENABLED' flags.
	modified:   src/specfem3D/specfem3D_par.F90

Modified: seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D/specfem3D_par.F90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D/specfem3D_par.F90	2013-03-11 22:16:39 UTC (rev 21494)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D/specfem3D_par.F90	2013-03-11 22:16:45 UTC (rev 21495)
@@ -304,6 +304,12 @@
   logical :: GPU_MODE
 
   !-----------------------------------------------------------------
+  ! ADIOS
+  !-----------------------------------------------------------------
+
+  logical :: ADIOS_ENABLED 
+
+  !-----------------------------------------------------------------
   ! time scheme
   !-----------------------------------------------------------------
 



More information about the CIG-COMMITS mailing list