summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2009-01-30 12:18:29 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2009-01-30 12:18:29 (GMT)
commit46c3b32c0142397a1a2d0862fb7267409cfd7b61 (patch)
tree0762e41819544aa275de00e44cb25d0b5c97d6fb /MANIFEST
parentf30661caeb2b94c0ac7dc35d0786ed190b63b534 (diff)
downloadhdf5-46c3b32c0142397a1a2d0862fb7267409cfd7b61.zip
hdf5-46c3b32c0142397a1a2d0862fb7267409cfd7b61.tar.gz
hdf5-46c3b32c0142397a1a2d0862fb7267409cfd7b61.tar.bz2
[svn-r16383] A number of items, mostly related to the use of the core file driver in
metadata cache tests. 1) Fixed the core file driver failures previously observed on some platforms when running the cache2 tests with the core file driver enabled. This was done by allocating all needed memory on file open. 2) Added code to cache2.c to allow the use of the core file driver to be forced via the HDF5_DRIVER environment variable. 3) Added code to try to figure out whether using the core file driver in cache2 makes sense, and then use it or not as seems appropriate unless overridden via the HDF5_DRIVER environment variable. This code only works under Linux and BSD (including MacOS). For now at least, we use regular files in all other cases unless directed otherwise. Note that this required a fair bit of configuration code massage. 4) Updated Makefile.am in examples to run the new mdj_api_example.c example. Forgot to "svn add mdj_api_example.c" before this checkin, but will do so shortly. Tested on: Duty (serial), Liberty (serial), tejeda (serial), jam (serial and parallel), and Phoenix (serial and parallel). Note that Phoenix is now 64 bit AMD64 Linux.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f74f913..070a0b7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -141,6 +141,7 @@
./examples/h5_ref2reg.c
./examples/h5_shared_mesg.c
./examples/ph5example.c
+./examples/mdj_api_example.c
./examples/testh5cc.sh.in