scripts/OPAL.build: do NOT set CC and CXX to MPI wrappers
This commit is contained in:
@@ -6,7 +6,7 @@ module use unstable
|
|||||||
|
|
||||||
# add -fopenmp to CC and CXX, if you want to compile with OpenMP
|
# add -fopenmp to CC and CXX, if you want to compile with OpenMP
|
||||||
function em.configure() {
|
function em.configure() {
|
||||||
CC="$MPICC" CXX="$MPICXX" cmake \
|
cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
||||||
-DCMAKE_BUILD_TYPE=RELEASE \
|
-DCMAKE_BUILD_TYPE=RELEASE \
|
||||||
-DENABLE_SAAMG_SOLVER=TRUE \
|
-DENABLE_SAAMG_SOLVER=TRUE \
|
||||||
|
|||||||
Reference in New Issue
Block a user