summaryrefslogtreecommitdiffstats
path: root/pablo/READ_ME
diff options
context:
space:
mode:
Diffstat (limited to 'pablo/READ_ME')
-rw-r--r--pablo/READ_ME19
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