#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. # When vapi-conduit uses an MPI-based bootstrapper, we must # link using the system MPI compiler @VAPI_BOOTSTRAP_MPI_TRUE@GASNET_LD_OVERRIDE = @MPI_CC@ @VAPI_BOOTSTRAP_MPI_TRUE@GASNET_LDFLAGS_OVERRIDE = @MPI_CFLAGS@ @LDFLAGS@ @VAPI_BOOTSTRAP_MPI_TRUE@MPI_COMPAT_LIBS = @MPI_LIBS@ CONDUIT_INCLUDES = -DGASNET_CONDUIT_VAPI CONDUIT_INCLUDES = -DGASNET_CONDUIT_VAPI -I@TOP_SRCDIR@/other/firehose ###NOINSTALL### CONDUIT_LIBDIRS = -L@VAPI_LIBDIR@ CONDUIT_LIBS = @VAPI_LIBS@ $(MPI_COMPAT_LIBS) # If vapi-conduit has internal conduit threads, then it needs # threading flags and libs - even in GASNET_SEQ mode @VAPI_RCV_THREAD_TRUE@CONDUIT_DEFINES_SEQ = @GASNET_THREAD_DEFINES@ @VAPI_RCV_THREAD_TRUE@CONDUIT_LIBS_SEQ = @GASNET_THREAD_LIBS@