mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
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:
2
Allwmake
2
Allwmake
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user