From ccff15af14ca6f1360ba1a9c99469f71948ae274 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Tue, 3 Nov 1998 14:49:28 -0500 Subject: [svn-r866] Modified for parallel configuration. --- pablo/Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pablo/Makefile.in b/pablo/Makefile.in index 7dd6871..3482052 100644 --- a/pablo/Makefile.in +++ b/pablo/Makefile.in @@ -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@ -- cgit v0.12