diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1998-11-03 19:49:28 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1998-11-03 19:49:28 (GMT) |
commit | ccff15af14ca6f1360ba1a9c99469f71948ae274 (patch) | |
tree | e4be5245e2685936d923bfda98d167b7ca07947e /pablo | |
parent | 09a871339d86af0c75d9cff8c28fcd3fa76e5e95 (diff) | |
download | hdf5-ccff15af14ca6f1360ba1a9c99469f71948ae274.zip hdf5-ccff15af14ca6f1360ba1a9c99469f71948ae274.tar.gz hdf5-ccff15af14ca6f1360ba1a9c99469f71948ae274.tar.bz2 |
[svn-r866] Modified for parallel configuration.
Diffstat (limited to 'pablo')
-rw-r--r-- | pablo/Makefile.in | 10 |
1 files changed, 9 insertions, 1 deletions
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@ |