#INSTRUCTIONS# Conduit-specific Makefile fragment settings #INSTRUCTIONS# #INSTRUCTIONS# The contents of this file are embedded into the #INSTRUCTIONS# *-(seq,par,parsync).mak Makefile fragments at conduit build time #INSTRUCTIONS# The settings in those fragments are used to build GASNet clients #INSTRUCTIONS# (including the GASNet tests). #INSTRUCTIONS# See the conduit-writer instructions in the generated fragments #INSTRUCTIONS# or $(top_srcdir)/other/fragment-head.mak.in for usage info. # AMMPI is MPI-based, which requires us to link using the system MPI compiler GASNET_LD_OVERRIDE = @MPI_CC@ GASNET_LDFLAGS_OVERRIDE = @MPI_CFLAGS@ @LDFLAGS@ # Linker feature requirements embedded in GASNET_LD(FLAGS) which are not satisfied solely by GASNET_LIBS # (eg possible dependence on implicit MPI or C++ libraries added by a linker wrapper in GASNET_LD): GASNET_LD_REQUIRES_MPI = 1 # hooks for using AMMPI library from within build tree ###NOINSTALL### # (nothing additional required for installed copy) ###NOINSTALL### CONDUIT_INCLUDES = -I@TOP_SRCDIR@/other/ammpi -I@TOP_BUILDDIR@/other/ammpi ###NOINSTALL### CONDUIT_LIBDIRS = -L@TOP_BUILDDIR@/other/ammpi ###NOINSTALL### CONDUIT_LIBS = $(CONDUIT_LIBDIRS) -lammpi @MPI_LIBS@