[cig-commits] r15008 - seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/MareNostrum_Barcelona

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon May 18 04:17:05 PDT 2009


Author: dkomati1
Date: 2009-05-18 04:17:05 -0700 (Mon, 18 May 2009)
New Revision: 15008

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/MareNostrum_Barcelona/Makefile_things_to_add_to_use_ParaVer_and_PAPI.txt
Log:
added a missing library file to link with ParaVer/PAPI


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/MareNostrum_Barcelona/Makefile_things_to_add_to_use_ParaVer_and_PAPI.txt
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/MareNostrum_Barcelona/Makefile_things_to_add_to_use_ParaVer_and_PAPI.txt	2009-05-18 11:10:42 UTC (rev 15007)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/MareNostrum_Barcelona/Makefile_things_to_add_to_use_ParaVer_and_PAPI.txt	2009-05-18 11:17:05 UTC (rev 15008)
@@ -6,7 +6,9 @@
 MPITRACE_HOME = /gpfs/apps/CEPBATOOLS/mpitrace-mx/64
 PAPI_HOME = /gpfs/apps/PAPI/3.2.1-970mp/64
 
-and add this when linking:
+and add this at the end of the definition of FLAGS_NO_CHECK:
 
--L$(MPITRACE_HOME)/lib -lmpitracef -lxml2 -L${PAPI_HOME}/lib -lpapi -lperfctr
+-L$(MPITRACE_HOME)/lib -lmpitracef -lxml2 -L${PAPI_HOME}/lib -lpapi -lperfctr /opt/osshpc/mpich-mx/64/lib/libmpich.a
 
+Also change the default compiler from "xlf" to "xlf_r".
+



More information about the CIG-COMMITS mailing list