scripts/OPAL.build: do NOT set CC and CXX to MPI wrappers

This commit is contained in:
2015-01-12 18:41:01 +01:00
parent 7622314660
commit 2b53fbcc8d

View File

@@ -6,7 +6,7 @@ module use unstable
# add -fopenmp to CC and CXX, if you want to compile with OpenMP
function em.configure() {
CC="$MPICC" CXX="$MPICXX" cmake \
cmake \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DCMAKE_BUILD_TYPE=RELEASE \
-DENABLE_SAAMG_SOLVER=TRUE \