src/parallel/decompose/Allwmake, src/renumber/Allwmake: Removed unnecessary additional checks

This commit is contained in:
Henry Weller
2022-01-03 10:46:12 +00:00
parent db531767cb
commit 390cbb404c
2 changed files with 3 additions and 4 deletions

View File

@ -57,8 +57,7 @@ then
if [ -n "$ZOLTAN_ARCH_PATH" ] \
&& [ -r "$ZOLTAN_ARCH_PATH/include/zoltan.h" ] \
&& [ -r "$FOAM_EXT_LIBBIN/$FOAM_MPI/libzoltan.a" ] \
&& [ -n "$WM_MPLIB" ] && [ -d "$FOAM_LIBBIN/$FOAM_MPI" ]
&& [ -r "$FOAM_EXT_LIBBIN/$FOAM_MPI/libzoltan.a" ]
then
wmakeMpiLib $ZOLTAN_VERSION zoltanDecomp
else

View File

@ -15,8 +15,7 @@ then
if [ -n "$ZOLTAN_ARCH_PATH" ] \
&& [ -r "$ZOLTAN_ARCH_PATH/include/zoltan.h" ] \
&& [ -r "$FOAM_EXT_LIBBIN/$FOAM_MPI/libzoltan.a" ] \
&& [ -n "$WM_MPLIB" ] && [ -d "$FOAM_LIBBIN/$FOAM_MPI" ]
&& [ -r "$FOAM_EXT_LIBBIN/$FOAM_MPI/libzoltan.a" ]
then
wmake $targetType zoltanRenumber
else
@ -30,4 +29,5 @@ fi
wmake $targetType renumberMethods
#------------------------------------------------------------------------------