mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
Zoltan is added as thirdParty package
This commit is contained in:
80
thirdParty/Zoltan/Makefile.export.zoltan.in
vendored
Normal file
80
thirdParty/Zoltan/Makefile.export.zoltan.in
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
@HAVE_MPI_FALSE@SIMPI_INCDIR = -I@abs_top_srcdir@/siMPI/pyMPI/siMPI
|
||||
@HAVE_MPI_FALSE@SIMPI_LIBS = -L@abs_top_builddir@/siMPI/pyMPI/siMPI -lsimpi
|
||||
|
||||
ZOLTAN_INCLUDES = -I@abs_top_builddir@/src/include -I@abs_top_srcdir@/src/include $(SIMPI_INCDIR)
|
||||
|
||||
#@BUILD_FORTRAN90DRIVER_TRUE@ZFORLIBS = @FCLIBS@
|
||||
@USE_FORTRAN_TRUE@ZFLIBS = @FLIBS@
|
||||
#The following line can be edited in the case that -lm is not available
|
||||
@USE_FORTRAN_FALSE@ZFLIBS = -lm
|
||||
#@BUILD_FORTRAN90DRIVER_FALSE@ZFORLIBS = $(ZFLIBS)
|
||||
ZFORLIBS = $(ZFLIBS)
|
||||
|
||||
ZOLTAN_LIBS = @LDFLAGS@ -L@abs_top_builddir@/src -lzoltan @LIBS@ $(ZFORLIBS) $(SIMPI_LIBS)
|
||||
|
||||
ZOLTAN_LIBRARY_INCLUDES = -I@abs_top_builddir@/src/include -I@abs_top_srcdir@/src/include -I@abs_top_srcdir@/src/all -I@abs_top_srcdir@/src/coloring -I@abs_top_srcdir@/src/ha -I@abs_top_srcdir@/src/hier -I@abs_top_srcdir@/src/hsfc -I@abs_top_srcdir@/src/lb -I@abs_top_srcdir@/src/oct -I@abs_top_srcdir@/src/order -I@abs_top_srcdir@/src/par -I@abs_top_srcdir@/src/params -I@abs_top_srcdir@/src/tpls -I@abs_top_srcdir@/src/ccolamd -I@abs_top_srcdir@/src/phg -I@abs_top_srcdir@/src/rcb -I@abs_top_srcdir@/src/reftree -I@abs_top_srcdir@/src/timer -I@abs_top_srcdir@/src/Utilities/Communication -I@abs_top_srcdir@/src/Utilities/Timer -I@abs_top_srcdir@/src/Utilities/DDirectory -I@abs_top_srcdir@/src/Utilities/Memory -I@abs_top_srcdir@/src/Utilities/shared -I@abs_top_srcdir@/src/zz -I@abs_top_srcdir@/src/graph -I@abs_top_srcdir@/src/matrix -I@abs_top_srcdir@/src/simple $(SIMPI_INCDIR)
|
||||
|
||||
ZOLTAN_DEPS = @abs_top_builddir@/src/libzoltan.a
|
||||
|
||||
############################################################################
|
||||
#
|
||||
# Export MPI settings
|
||||
#
|
||||
############################################################################
|
||||
|
||||
# MPI libraries
|
||||
ZOLTAN_MPI_LIBS = @MPI_LIBS@
|
||||
|
||||
# MPI include path
|
||||
ZOLTAN_MPI_INC = @MPI_INC@
|
||||
|
||||
# Path to MPI libraries
|
||||
ZOLTAN_MPI_LIBDIR = @MPI_LIBDIR@
|
||||
|
||||
# Path to MPI root
|
||||
ZOLTAN_MPI_DIR = @MPI_DIR@
|
||||
|
||||
############################################################################
|
||||
#
|
||||
# Export Fortran libraries
|
||||
#
|
||||
############################################################################
|
||||
|
||||
# Fortran & standard math libs
|
||||
#ZOLTAN_FCLIBS = @FCLIBS@
|
||||
ZOLTAN_FLIBS = $(ZFLIBS)
|
||||
|
||||
# Extra libraries
|
||||
ZOLTAN_EXTRA_LIBS = @LIBS@
|
||||
|
||||
############################################################################
|
||||
#
|
||||
# Export compiler settings
|
||||
#
|
||||
############################################################################
|
||||
|
||||
# Extra definitions
|
||||
ZOLTAN_DEFS = @DEFS@
|
||||
|
||||
# Fortran compilation flags
|
||||
@BUILD_FORTRAN90DRIVER_TRUE@ZOLTAN_FCFLAGS = @FCFLAGS@
|
||||
@USE_FORTRAN_TRUE@ZOLTAN_FFLAGS = @FFLAGS@
|
||||
|
||||
# C compilation flags
|
||||
ZOLTAN_CFLAGS = @CFLAGS@
|
||||
|
||||
# C++ compilation flags
|
||||
ZOLTAN_CXXFLAGS = @CXXFLAGS@
|
||||
|
||||
# linker flags
|
||||
ZOLTAN_LDFLAGS = @LDFLAGS@
|
||||
|
||||
|
||||
############################################################################
|
||||
#
|
||||
# Export the ranlib and archiver to be used
|
||||
#
|
||||
############################################################################
|
||||
|
||||
ZOLTAN_RANLIB = @RANLIB@
|
||||
|
Reference in New Issue
Block a user