[cig-commits] r20182 - seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sat May 19 14:17:10 PDT 2012


Author: dkomati1
Date: 2012-05-19 14:17:10 -0700 (Sat, 19 May 2012)
New Revision: 20182

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.pdf
   seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex
Log:
more precise OpenMP description


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.pdf
===================================================================
(Binary files differ)

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex	2012-05-19 19:22:23 UTC (rev 20181)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex	2012-05-19 21:17:10 UTC (rev 20182)
@@ -477,9 +477,9 @@
 
 \section{Adding OpenMP support in addition to MPI}
 
-OpenMP support can be enabled in addition to MPI. However, in most cases performance will not improve
-because our pure MPI implementation is already heavily optimized. In many cases, the resulting code will in fact 
-be slightly slower.
+OpenMP support can be enabled in addition to MPI. However, in many cases performance will not improve
+because our pure MPI implementation is already heavily optimized and thus the resulting code will in fact 
+be slightly slower. A possible expection could be IBM BlueGene-type architectures.
 
 To enable OpenMP, uncomment the OpenMP compiler option in two lines in file \texttt{src/specfem3D/Makefile.in}
 (before running \texttt{configure}) and also uncomment the \texttt{\#define USE\_OPENMP} statement in file\\



More information about the CIG-COMMITS mailing list