mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
Allwmake: Enable threading in OpenMPI
Required for the new collated parallel IO using threading.
This commit is contained in:
1
Allwmake
1
Allwmake
@ -95,6 +95,7 @@ OPENMPI)
|
|||||||
--prefix=$MPI_ARCH_PATH \
|
--prefix=$MPI_ARCH_PATH \
|
||||||
--disable-orterun-prefix-by-default \
|
--disable-orterun-prefix-by-default \
|
||||||
--enable-shared --disable-static \
|
--enable-shared --disable-static \
|
||||||
|
--enable-mpi-thread-multiple \
|
||||||
--libdir=$MPI_ARCH_PATH/lib${WM_COMPILER_LIB_ARCH} \
|
--libdir=$MPI_ARCH_PATH/lib${WM_COMPILER_LIB_ARCH} \
|
||||||
--enable-mpi-fortran=none \
|
--enable-mpi-fortran=none \
|
||||||
--disable-mpi-profile \
|
--disable-mpi-profile \
|
||||||
|
|||||||
Reference in New Issue
Block a user