Build special MPI C++ into OpenMPI and MPICH needed for parallel ParaView, not OpenFOAM

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1233
This commit is contained in:
Henry
2015-01-18 19:16:16 +00:00
parent 6cf48b7b77
commit 525fc1f3df

View File

@ -98,7 +98,6 @@ OPENMPI)
--libdir=$MPI_ARCH_PATH/lib${WM_COMPILER_LIB_ARCH} \
--disable-mpi-f77 \
--disable-mpi-f90 \
--disable-mpi-cxx \
--disable-mpi-profile \
$configOpt \
;
@ -134,7 +133,6 @@ MPICH)
--disable-f77 \
--disable-f90 \
--disable-f90modules \
--disable-c++ \
--disable-mpedbg \
--disable-devdebug \
--disable-debug \