From 5ee053cd3e2a6e646a7c39f5f520f7770858d71a Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 17 Jun 2015 16:55:06 +0100 Subject: [PATCH] Allwmake: Update OpenMPI configuration options Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1750 --- Allwmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Allwmake b/Allwmake index 054c957..1b06a50 100755 --- a/Allwmake +++ b/Allwmake @@ -96,8 +96,7 @@ OPENMPI) --disable-orterun-prefix-by-default \ --enable-shared --disable-static \ --libdir=$MPI_ARCH_PATH/lib${WM_COMPILER_LIB_ARCH} \ - --disable-mpi-f77 \ - --disable-mpi-f90 \ + --enable-mpi-fortran=none \ --disable-mpi-profile \ $configOpt \ ;