[svn-r866] Modified for parallel configuration.

This commit is contained in:
Dan Wells 1998-11-03 14:49:28 -05:00
parent 09a871339d
commit ccff15af14

View File

@ -6,8 +6,16 @@
#
@COMMENCE@
TRACE=perl ../bin/trace
###############################################################################
# *** MODIFICATONS FOR CREATING THE PABLO INSTRUMENTED LIBRARY libhdf5-inst.a #
# For Pablo instrumenation of parallel code, remove the # from in front of #
# PABLO_MPIO_FLAGS. #
# Set PABLO_INC equal to the path of the include directory for the Pablo #
# TraceLibrary #
###############################################################################
#PABLO_MPIO_FLAGS = -DHAVE_PARALLEL -DHAVE_MPIOTRACE
PABLO_INC =
PABLO_FLAGS = -I$(PABLO_INC) -DHAVE_PABLO
PABLO_FLAGS = -I$(PABLO_INC) -DHAVE_PABLO $(PABLO_MPIO_FLAGS)
# Add `-I.' to the C preprocessor flags.
CPPFLAGS=-I. -I../src $(PABLO_FLAGS) @CPPFLAGS@