diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 2001-07-05 15:07:00 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 2001-07-05 15:07:00 (GMT) |
commit | 5fa81dec82fee408f233a4d9df4b3367c16745a0 (patch) | |
tree | 66da37d2f5d49846cbc30b980c09c1f4dcc4299f /pablo/READ_ME | |
parent | d9d71b06e46f5b52eec44d8a86b0394de49940cf (diff) | |
download | hdf5-5fa81dec82fee408f233a4d9df4b3367c16745a0.zip hdf5-5fa81dec82fee408f233a4d9df4b3367c16745a0.tar.gz hdf5-5fa81dec82fee408f233a4d9df4b3367c16745a0.tar.bz2 |
[svn-r4110]
Purpose:
feature
Description:
allows the option of building the library libhdf-inst.a so that it can
link with either the Pablo Trace Libraries or with the Pablo Performance
Capture Facility (PCF)
Solution:
Added code for conditional compilation using the PCF_BUILD flag. When the
library is made, the user can specify PABLO_BUILD=PCF which will cause the
-DPCF_BUILD to be passed to the compiler.
Platforms tested:
Solaris, IRIX64
Diffstat (limited to 'pablo/READ_ME')
-rw-r--r-- | pablo/READ_ME | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/pablo/READ_ME b/pablo/READ_ME index fe5a882..bebf43c 100644 --- a/pablo/READ_ME +++ b/pablo/READ_ME @@ -4,10 +4,15 @@ To build the Pablo Instrumented version of the HDF 5 library 2) Make the normal HDF 5 library -3) Edit the make file in this directory: - - Find the variable PABLO_INC and set it to the path to the include - directory for the Pablo TraceLibrary - - If building to instrument MPI programs, uncomment the line beginning - PABLO_MPI_FLAGS. In this case, the Pablo TraceLibrary should be built - to trace the MPI-I/O calls. - - Issue the make or make install command +3) set the environment variable PABLO_TRACELIB to the path of the directory + continaining the Pablo TraceLibrary. This directory should contain the + lib and include directories as subdirectories + +4) If building to instrument MPI programs, uncomment the line beginning + PABLO_MPI_FLAGS. In this case, the Pablo TraceLibrary should be built + to trace the MPI-I/O calls. + +5) If you are going to link with the Pablo TraceLibraries, issue the + make or make install commands + If you are going to link with the Pablo PCF, issue one of the commands + make PABLO_BLD=PCF or make PABLO_BLD=PCF install |