Skip to content

Commit

Permalink
Allwmake: Updated Zoltan configuration to handle different MPI instal…
Browse files Browse the repository at this point in the history
…lations better
  • Loading branch information
Henry Weller committed Jan 3, 2022
1 parent f7959b6 commit 588fb48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Allwmake
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,9 @@ then
--prefix=$ZOLTAN_ARCH_PATH \
--libdir=$FOAM_EXT_LIBBIN/$FOAM_MPI \
--with-mpi=$MPI_ARCH_PATH \
--with-mpi-libdir=$MPI_ARCH_PATH/lib64 \
--with-mpi-compilers=no \
--with-mpi-libdir=$MPI_ARCH_PATH/lib${WM_COMPILER_LIB_ARCH} \
--disable-zoltan-cppdriver \
--with-ccflags=-fPIC --with-cxxflags=-fPIC
make everything
make install
Expand Down

0 comments on commit 588fb48

Please sign in to comment.