Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
6f8f64006camisc clean-up
Scot BreitenfeldScot Breitenfeld
95281cfe525Only make files in feature test mode
Scot BreitenfeldScot Breitenfeld
64d96f6a22fcode clean-up
Scot BreitenfeldScot Breitenfeld
d19c4fa52a0updated MD benchmarking code
Scot BreitenfeldScot Breitenfeld
3f54fd81598Jonathan Kim original MD benchmarking code
Scot BreitenfeldScot Breitenfeld
5e4449f6061Added gnuplot formatting
Scot BreitenfeldScot Breitenfeld
cf813ab0469added missing error arg.
Scot BreitenfeldScot Breitenfeld
8bfdd118e6fMMerge branch 'develop' into multi_rd_wd_coll_io_merge
Scot BreitenfeldScot Breitenfeld
9f9fdee6d56loops over datasets
Scot BreitenfeldScot Breitenfeld
1389b193849Added benchmark code for multi-datasets
Scot BreitenfeldScot Breitenfeld
a15ba314975Fixed xlf errors
Scot BreitenfeldScot Breitenfeld
f53c7256939MMerge branch 'develop' into multi_rd_wd_coll_io_merge
Scot BreitenfeldScot Breitenfeld
da18657fbfeFixed fortran multi-dataset tests
Scot BreitenfeldScot Breitenfeld
fc9e17a274dMMerge branch 'develop' into multi_rd_wd_coll_io_merge
Scot BreitenfeldScot Breitenfeld
7564f7a2802MMerge branch 'develop' into multi_rd_wd_coll_io_merge
Scot BreitenfeldScot Breitenfeld
7e8d11a7ed8MMerge branch 'develop' into multi_rd_wd_coll_io_merge
Scot BreitenfeldScot Breitenfeld
06830945038MMerge branch 'develop' into multi_rd_wd_coll_io_merge
Scot BreitenfeldScot Breitenfeld
30fc9d2c016added missing files
Scot BreitenfeldScot Breitenfeld
807ee2074dcadded messing file
Scot BreitenfeldScot Breitenfeld
ea2b821663badded missing file
Scot BreitenfeldScot Breitenfeld
b6418c8ec52Synced the multi-dataset branch with develop. Passes DT, multi-chunk code was disabled, and the parallel compression tests were disabled.
Binh-Minh RiblerBinh-Minh Ribler
ec6b64770ecMMerge pull request #823 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_6_bmr:hdf5_1_6 to hdf5_1_6 * commit 'b647520ddf97dbc819953449d1f7ff3414b877ce': Fixed typo. Adding tests for version bounds Description: - Added test program, tverbounds16.c, that reads various files of different layout versions - Added the data files: bounds_earliest_latest.h5 bounds_earliest_v18.h5 bounds_latest_latest.h5 bounds_v18_latest.h5 bounds_v18_v18.h5 - Updated...
Binh-Minh RiblerBinh-Minh Ribler
b647520ddf9Fixed typo.
Binh-Minh RiblerBinh-Minh Ribler
32dcc51e707Adding tests for version bounds Description: - Added test program, tverbounds16.c, that reads various files of different layout versions - Added the data files: bounds_earliest_latest.h5 bounds_earliest_v18.h5 bounds_latest_latest.h5 bounds_v18_latest.h5 bounds_v18_v18.h5 - Updated Makefile.in and MANIFEST Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
Frank BakerFrank Baker
ced73b00b1e[svn-r19584] Description: Update link to HDF5 docs from 1.6.10 version of "C++ Reference Manual" to point to HDF5 Release 1.6.10 docs (rather than 1.8.x). Tested: Firefox
Frank BakerFrank Baker
8929231467a[svn-r19163] Description: Remove extraneous "masked" text. Tested: Firefox
Frank BakerFrank Baker
35f310f4f41[svn-r19162] Description: Clarifications re two stages of H5check_version operation. The first aborts the application if certain critical release version numbers do not match; the second issues a warning if there is a discrepancy in less critical release information. Tested: Firefox
Albert ChengAlbert Cheng
e13e0415d6f[svn-r19021] Enhancements: Cleaned up the code a bit by: 1. It used to that -xxx options must be at the beginning such that "buildhdf5 --disable-shared -config" was an error. Now -xxx options can appear anywhere in the command options. 2. Eliminate the need of variables $CONFIG_CXX, $CONFIG_FORTRAN, $CONFIG_PARALLEL by appending their values to $CONFIG_OP directly. 3. Also append $WITH_SZLIB to $CONFIG_OP when it is defined, not later. 4. Call CONFIG directly instead of setting up $C...
Private HDFPrivate HDF
0c6dd904b52[svn-r19003] Snapshot version 1.6 release 10 (snap16)
Frank BakerFrank Baker
d0d9a6474dc[svn-r18998] Description: Correct H5D_COMPRESS_DEFLATE to read H5Z_FILTER_DEFLATE. Update HTML coding. Tested: Firefox
Albert ChengAlbert Cheng
4d5dbc0cc53[svn-r18876] Bug fix: PGI v10 compiler does not like "xyz"[N] since "xyz" is really a void* constant, not an array. By casting it to (char *) in the H5_IS_API macro and to use pointer dereference make the compiler happy. Tested: Jam(gcc, pgi production and development modes), Amani (pgi production and development modes), Linew (default mode)
Frank BakerFrank Baker
dec04c3dcbc[svn-r18867] Description: Add "Note:" re change in checksum calculation at Release 1.6.3 and the available work-around. Fixes Bugzilla entry 637. Tested: Firefox
Frank BakerFrank Baker
dba0ab6f0a4[svn-r18866] Description: Cleanup source file HTML. Tested: Firefox
Frank BakerFrank Baker
1802d7e32b9[svn-r18857] Description: Cleanup source file HTML. Tested: Firefox
Private HDFPrivate HDF
f9f4777d46c[svn-r18824] Snapshot version 1.6 release 10 (snap15)
Frank BakerFrank Baker
81931244ae9[svn-r18766] Description: Add doc/Tools/h5check.htm. Tested: chkmanifest
Frank BakerFrank Baker
9117895f90b[svn-r18763] Description: Add "PHP include" statement for h5check.
Frank BakerFrank Baker
1aa20c1cf96[svn-r18760] Description: Add h5check to reference manual and to "Tools" index. Tested: Firefox
Private HDFPrivate HDF
810d2db5271[svn-r18746] Snapshot version 1.6 release 10 (snap14)
Frank BakerFrank Baker
c1b88b4b806[svn-r18731] Description: Added "in bytes" and default values in all parameter descriptions. -- Fixes Bugzilla entry 1875. Updated HTML coding. Minor copy edits. Tested: Firefox
Private HDFPrivate HDF
ad907a9ae20[svn-r18686] Snapshot version 1.6 release 10 (snap13)
Frank BakerFrank Baker
3cfe1c70307[svn-r18670] Description: Update RM nav bar to include "Collective Calls" document. Tested: Firefox
Frank BakerFrank Baker
a884da96b35[svn-r18669] Description: Clarify usage of H5F_OBJ_LOCAL. -- Closes Bugzilla entry 1661. Other minor cleanup and file maintenance. Tested: Firefox
Frank BakerFrank Baker
3233084a463[svn-r18668] Description: Commit "Exit Status" section in selected tool entries. -- Makes another step on Bugzilla entry 1669. Tested: Firefox
Frank BakerFrank Baker
9a19cbc7ab3[svn-r18663] Description: Add './doc/html/CollectiveCalls.html'.
Frank BakerFrank Baker
d5debf9af89[svn-r18662] Description: Add initial sketch of "Collective Calling Requirements in Parallel HDF5 Applications" to doc set (in RM). Tested: Firefox
Raymond LuRaymond Lu
2bb4ef6127a[svn-r18655] In H5T_get_native_type of H5Tnative.c, I changed the way that the offset, alignment, and size of nested compound type are calculated by using H5T_cmp_offset. The old way had a bug in it (see bug #1850). Tested on jam, but I tested the same change in 1.8 on amani, linew, and jam.
Private HDFPrivate HDF
712f87280c2[svn-r18629] Snapshot version 1.6 release 10 (snap12)
Frank BakerFrank Baker
036cfe95ae9[svn-r18594] Description: Update "Last modified" date. Tested: Firefox
Quincey KoziolQuincey Koziol
5f4c9ef6970[svn-r18593] Description: Bring r2630-2636 from 'hdf5doc' repository to the file format specification for the 1.6 branch documentation. These changes clarify the dimension information for the layout message and add a missing 'dataset element size' field to the chunk information.