Added HAVE_MLI to the compile line. This definition was removed from several of
the code files in an earlier commit.
This commit is contained in:
parent
eb12520d0d
commit
6067f8dd84
@ -20,8 +20,8 @@ SUPERLU_LIB = -L$(srcdir)/../SuperLU
|
||||
|
||||
CINCLUDES=${INCLUDES} ${MPIINCLUDE} -I../ml/src/Include
|
||||
CXXINCLUDES=${INCLUDES} ${MPIINCLUDE} -I../ml/src/Include
|
||||
CDEFS = -DHAVE_SUPERLU -DBOOL_NOT_SUPPORTED
|
||||
CXXDEFS = -DHAVE_SUPERLU -DBOOL_NOT_SUPPORTED -DMPICH_SKIP_MPICXX
|
||||
CDEFS = -DHAVE_SUPERLU -DBOOL_NOT_SUPPORTED -DHAVE_MLI
|
||||
CXXDEFS = -DHAVE_SUPERLU -DBOOL_NOT_SUPPORTED -DMPICH_SKIP_MPICXX -DHAVE_MLI
|
||||
|
||||
C_COMPILE_FLAGS = \
|
||||
${CDEFS}\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user