ENH: Updated makeOPENMPI script to support new collocated IO

This commit is contained in:
Andrew Heather
2017-09-07 14:38:19 +01:00
parent 0f9fe6b863
commit 19f241fae2

View File

@ -191,6 +191,7 @@ else
--disable-orterun-prefix-by-default \ --disable-orterun-prefix-by-default \
--enable-shared --disable-static \ --enable-shared --disable-static \
--enable-mpi-fortran=none \ --enable-mpi-fortran=none \
--enable-mpi-thread-multiple \
$configOpt \ $configOpt \
&& set +x \ && set +x \
&& make -j $WM_NCOMPPROCS \ && make -j $WM_NCOMPPROCS \