summaryrefslogtreecommitdiffstats
path: root/pablo/READ_ME
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-01-22 01:16:57 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-01-22 01:16:57 (GMT)
commitc1df1b3ea446f6b0b7800361d61c60f5c6e40814 (patch)
tree32139ceb4b492c294b997a0c1ed85109913be92b /pablo/READ_ME
parent631394faa8943003cc2380348299448e4709efa0 (diff)
downloadhdf5-c1df1b3ea446f6b0b7800361d61c60f5c6e40814.zip
hdf5-c1df1b3ea446f6b0b7800361d61c60f5c6e40814.tar.gz
hdf5-c1df1b3ea446f6b0b7800361d61c60f5c6e40814.tar.bz2
[svn-r9857] Purpose: Maintenance
Description: Removed PABLO from the source Solution: Platforms tested: arabica with 64-bit, copper with parallel, heping with GNU C and C++ and PGI fortran (but I disabled hl, there is some weird problem only on heping: F9XMODFLAG is not propagated to the Makefile files Misc. update:
Diffstat (limited to 'pablo/READ_ME')
-rw-r--r--pablo/READ_ME18
1 files changed, 0 insertions, 18 deletions
diff --git a/pablo/READ_ME b/pablo/READ_ME
deleted file mode 100644
index bebf43c..0000000
--- a/pablo/READ_ME
+++ /dev/null
@@ -1,18 +0,0 @@
-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) 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