[cig-commits] r20177 - seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sat May 19 09:45:32 PDT 2012


Author: dkomati1
Date: 2012-05-19 09:45:32 -0700 (Sat, 19 May 2012)
New Revision: 20177

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D/create_regions_mesh.F90
Log:
restored a line that I had commented out temporarily for tests


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D/create_regions_mesh.F90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D/create_regions_mesh.F90	2012-05-19 16:33:09 UTC (rev 20176)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D/create_regions_mesh.F90	2012-05-19 16:45:32 UTC (rev 20177)
@@ -730,10 +730,9 @@
                     xstore,ystore,zstore,ifseg,npointot, &
                     NSPEC2D_XI_FACE,iregion_code,npoin2D_eta)
 
-!! DK DK suppressed useless small files for ARM version for Tibidabo filesystem because we use a single chunk
-!   call get_MPI_1D_buffers(myrank,prname,nspec,iMPIcut_xi,iMPIcut_eta,ibool,idoubling, &
-!                   xstore,ystore,zstore,ifseg,npointot, &
-!                   NSPEC1D_RADIAL_CORNER,NGLOB1D_RADIAL_CORNER,iregion_code)
+    call get_MPI_1D_buffers(myrank,prname,nspec,iMPIcut_xi,iMPIcut_eta,ibool,idoubling, &
+                    xstore,ystore,zstore,ifseg,npointot, &
+                    NSPEC1D_RADIAL_CORNER,NGLOB1D_RADIAL_CORNER,iregion_code)
 
     ! Stacey
     if(NCHUNKS /= 6) &



More information about the CIG-COMMITS mailing list