Skip to content
Snippets Groups Projects
Commit 525fc1f3 authored by Henry's avatar Henry
Browse files

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

parent 6cf48b7b
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,6 @@ OPENMPI) ...@@ -98,7 +98,6 @@ OPENMPI)
--libdir=$MPI_ARCH_PATH/lib${WM_COMPILER_LIB_ARCH} \ --libdir=$MPI_ARCH_PATH/lib${WM_COMPILER_LIB_ARCH} \
--disable-mpi-f77 \ --disable-mpi-f77 \
--disable-mpi-f90 \ --disable-mpi-f90 \
--disable-mpi-cxx \
--disable-mpi-profile \ --disable-mpi-profile \
$configOpt \ $configOpt \
; ;
...@@ -134,7 +133,6 @@ MPICH) ...@@ -134,7 +133,6 @@ MPICH)
--disable-f77 \ --disable-f77 \
--disable-f90 \ --disable-f90 \
--disable-f90modules \ --disable-f90modules \
--disable-c++ \
--disable-mpedbg \ --disable-mpedbg \
--disable-devdebug \ --disable-devdebug \
--disable-debug \ --disable-debug \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment