summaryrefslogtreecommitdiffstats
path: root/pablo
diff options
context:
space:
mode:
authorDan Wells <dwells@cs.uiuc.edu>1999-04-27 15:00:24 (GMT)
committerDan Wells <dwells@cs.uiuc.edu>1999-04-27 15:00:24 (GMT)
commit97496e9b604fecd6b668f65d38e41bce5b7cc423 (patch)
tree3e4ca13b9689f92bcb46535ab1bf291a09bb1c33 /pablo
parent2dc738a321e45ce1e0c5edcc2bf7f3623e823c9e (diff)
downloadhdf5-97496e9b604fecd6b668f65d38e41bce5b7cc423.zip
hdf5-97496e9b604fecd6b668f65d38e41bce5b7cc423.tar.gz
hdf5-97496e9b604fecd6b668f65d38e41bce5b7cc423.tar.bz2
[svn-r1225] File explaining how to build Pablo instrumented library.
Diffstat (limited to 'pablo')
-rw-r--r--pablo/READ_ME13
1 files changed, 13 insertions, 0 deletions
diff --git a/pablo/READ_ME b/pablo/READ_ME
new file mode 100644
index 0000000..fe5a882
--- /dev/null
+++ b/pablo/READ_ME
@@ -0,0 +1,13 @@
+To build the Pablo Instrumented version of the HDF 5 library
+
+1) Configure the system as normal from the parent directory
+
+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