I suggest the following change to trilinos, to make debugging easier
(or possible at all). It's still compiled at -O2, but also includes
debugging info (-g).
diff --git a/FEniCS/packages/trilinos.package b/FEniCS/packages/trilinos.package
index 22ed372..5b7d685 100644
--- a/FEniCS/packages/trilinos.package
+++ b/FEniCS/packages/trilinos.package
@@ -11,7 +11,7 @@ CONFOPTS="-D CMAKE_CXX_COMPILER:FILEPATH=mpicxx
-D Trilinos_ENABLE_Fortran:BOOL=OFF
-D Trilinos_ENABLE_TESTS:BOOL=OFF
-D Trilinos_ENABLE_EXAMPLES:BOOL=OFF
- -D CMAKE_BUILD_TYPE:STRING=Release
+ -D CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
-D BUILD_SHARED_LIBS:BOOL=ON
-D TPL_ENABLE_MPI:BOOL=ON"
-j.
_______________________________________________
Mailing list: https://launchpad.net/~dorsal
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dorsal
More help : https://help.launchpad.net/ListHelp