summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Wells <dwells@cs.uiuc.edu>2001-07-05 15:14:24 (GMT)
committerDan Wells <dwells@cs.uiuc.edu>2001-07-05 15:14:24 (GMT)
commitcf5d06ef3645e19991c573b988cedd662796d0e3 (patch)
tree9544583920a3e91a8c81995f0209452d1bfc6e09
parent5fa81dec82fee408f233a4d9df4b3367c16745a0 (diff)
downloadhdf5-cf5d06ef3645e19991c573b988cedd662796d0e3.zip
hdf5-cf5d06ef3645e19991c573b988cedd662796d0e3.tar.gz
hdf5-cf5d06ef3645e19991c573b988cedd662796d0e3.tar.bz2
[svn-r4111]
Purpose: Feature Description: Changed Pablo source code to allow the user to build the instrumented library to link with either the Trace Libraries or Pablo PCF. Solution: Added conditionally compiled code to routines in the pablo subdirectory. Also added a new file PabloHDF_MPIO.c containing all of the MPI I/O code for better code structure. Platforms tested: Solaris 32-bit, Irix 64
-rw-r--r--MANIFEST1
-rw-r--r--RELEASE.txt3
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 34efa61..41766b3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -740,6 +740,7 @@
./pablo/HDFrecord_RT.h
./pablo/Makefile.in
./pablo/PabloHDF.c
+./pablo/PabloHDF_MPIO.c
./pablo/PabloHDF_RT.c
./pablo/PabloHDF_SDDF.c
./pablo/PabloHDFff.f
diff --git a/RELEASE.txt b/RELEASE.txt
index 29b4c1a..eca88b5 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -104,6 +104,9 @@ New Features
* Verified correct operation of library on Solaris 2.8 in both 64-bit and
32-bit compilation modes. See INSTALL document for instructions on
compiling the distribution with 64-bit support.
+ * Modified the Pablo build procedure to permit building of the instrumented
+ library to link either with the Trace libraries as before or with the
+ Pablo Performance Caputure Facility.
Platforms Tested
================