| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance: I am commiting files that were modified by h5vers -s 1.4.4
command and the files that made into the hdf5-1.4.4 released tar ball
(*.zip and INATALL_windows.txt). Please do not check anything in
until I send an email telling that you can do it!
My next step will be tag the release with hdf5_1_4_4 tag.
Thank you!
|
|
|
|
|
|
|
| |
Purpose:
Added 1 blank line for more uniform spacing.
Platforms tested:
Viewed in vi.
|
|
|
|
|
|
|
|
| |
Description:
Filled in "Documentation" section.
Made a light editorial pass on the entire file.
Platforms tested:
Viewed in vi. Printed.
|
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance for the hdf5-1.4.4 release
Description:
Added h5redeploy description, and removed post0 from the text.
I also added the link to the official Zlib Website instead of ???.
Frank is going to update Documentation section after this checkin.
|
|
|
|
|
|
|
|
|
|
|
| |
Documentation.
Description:
Added some description of what the transfer buffers, block size, etc.
actually do.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
|
|
|
|
|
|
|
|
|
|
| |
Code cleanup
Description:
More small tweaks with the contiguous POSIX I/O case.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
|
|
|
|
|
|
|
|
|
|
| |
Code cleanup
Description:
Update format for printf
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
POSIX contigous pattern error corrected.
Added detection if xfer buffer is actually too big.
Added environment variables settings in help page.
Platforms tested:
modi4 pp
|
|
|
|
|
|
|
| |
Purpose:
Updated R1.4.4 release date from June to July 2002.
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Inserted short copyright notice in HTML source file comment.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
| |
Description:
Added H5Tget_member_index to "Added functions" list.
Formatting changes "Added/Changed/Removed functions" section.
Copy-edits in the RELEASE.txt/HISTORY.txt section.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Updated and added links.
Description:
Updated link to "Supported Configuration Features Summary" table.
Added links to ADGuide/RELEASE.txt and ADGuide/HISTORY.txt.
Minor formatting fixes.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
| |
Purpose:
Revised copyright statement per request of UI attorney.
Description:
Added ", as appropriate for the name(s) to be used" to bullet 5.
Platforms tested:
Viewed in vi.
|
|
|
|
|
|
|
|
|
| |
Purpose:
Revised copyright statement per request of UI attorney.
Description:
Added ", as appropriate for the name(s) to be used" to bullet 5.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Update H5FDread parameter.
Description:
H5FDread: Added 'type' parameter. (Fixes an unreported bug.)
Minor copy-edit in footer.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Update variable-length datatype info.
Description:
Added "Bit Field for Varaible-length Types (Class 9)" table.
Added "Properties for Varaible-length Types (Class 9)" table.
Corrected several minor typos.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
| |
Revert previous reversion... :-)
Description:
Found that the bug was actually in the library, not the benchmark, so
revert back to the previous version I checked in.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
1-D non-contiguous hyperslabs were erroneously being detected as contiguous
and were causing incorrect behavior for parallel I/O benchmark (and
parallel programs in general).
Solution:
Modified algorithm to handle 1-D case correctly.
Platforms tested:
IRIX64 6.5 (modi4)
|
|
|
|
|
|
|
| |
Purpose:
Inserting R1.4.4 version of "Supported Configuarion Features Summary".
Platforms tested:
Viewed in vi.
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
CVS merges went kablooey on us (it's a technical term).
Solution:
Remerged my changes with Quincey's changes.
Platforms tested:
Linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Lots of changes.
Description:
Added the "block size" stuff for MPI-I/O.
Rearranged the engine to use bytes as the basic unit for everything,
instead of converting back and forth between ints & bytes.
Hoisted lots of invariant code out of main benchmark loop.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
|
|
|
|
|
|
|
|
|
|
| |
The nerror needed a (long_long) cast in order to print correctly
by HDfprintf.
Also block off the compiling of the gpfs stubs since they are not
used yet. This eliminated some compiler warnings of defined but not
used routines.
Platforms tested:
modi4, eirene, burrwhite.
|
|
|
|
|
|
| |
"current setting".
latforms tested:
Modi4
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Feature Revision
Description:
We're now forgetting the file size and concentrating on how many
elements per process per dataset we want to write.
The user specifies how many datasets, how many processes to run, and
how many elements each process is going to write per dataset. We can
calculate the size of the file from that information.
Platforms tested:
Linux (pp)
|
|
|
|
|
|
|
|
|
|
| |
New feature
Description:
Restored the old code for interleaved access for POSIX API.
Added interleaved access for PHDF5 API.
MPIO API for interleaved access is not working yet.
Platforms tested:
Modi4(pp), serial, eirene (pp).
|
|
|
|
|
|
|
|
|
|
|
| |
Feature Add
Description:
Install the h5perf program (previously called pio_perf). This
required the libh5test library to be compiled statically. I copied
how things were compiled statically for the h5tools library into the
test/Makefile.in.
Platforms tested:
Linux
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
Removed reference to the Tutor/ directory in the doc tree since we
aren't going to distribute it for this release.
Solution:
Removed the references from the configure and appropriate Makefile.in
Platforms tested:
Linux
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
bug fix
Description:
In H5HG_remove, heap object header wasn't included for size("need" in H5HG_remove).
Solution:
Added heap object header size in.
Platforms tested:
Linux 2.2(eirene).
|
| |
|
|
|
|
|
|
|
|
| |
Purpose:
update install on windows doc.
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
| |
New Feature
Description:
Added support for collective I/O with MPI and HDF5 access methods.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
|
|
|
|
|
|
|
|
|
|
|
|
| |
New Feature
Description:
Added interleaved block pattern to MPI and HDF5 access methods. Also,
changed the blocks to just use the same size as the regular blocks for I/O,
instead of a separate block size.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
|
|
|
|
|
|
| |
Fixed a typo in LT_LINK_EXE=... line.
Platforms tested:
Eirene (pp), arabica, modi4
|
|
|
|
|
|
|
|
| |
Purpose:
remove zlib related old info.
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
| |
Purpose:
correct typos.
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
Updated INSTALL_Windows_withF90.txt for the upcomin release
|
|
|
|
|
|
|
|
|
| |
Purpose:
Information update.
Description:
Added IA-32 platform result.
Platforms tested:
platinum.
|
|
|
|
|
|
| |
Feature Fix
Description:
Changed NPROCS to 2 instead of 3.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
I was nullifying the RUNPARALLEL and other macros when I shouldn't
have been (they were set to sensible things). I also ported the
RUNPARALLEL macros from the hdf5/config directory to the
hdf5/fortran/config directory for the powerpc-ibm-[45].x files.
Solution:
Removed the offending 'RUNPARALLEL=""' lines. Also changed default
number of processes to 3 instead of 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix.
Description:
Contiguous types created for "all" and contiguous hyperslab selections was
not being committed before using them.
Solution:
Commit them. :-) This fixes the problems on the LLNL Blue Pacific machine.
Platforms tested:
LLNL Blue Pacific w/parallel.
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Update release doc for windows-specified issue.
Description:
Things like zlib out, binary and source with different
zlib and backward compatible are addressed.
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
| |
Purpose:
update INSTALL_Windows.txt
Description:
zlib is moved out of HDF5 source tree, re-arrange the project file.
Solution:
Platforms tested:
|
|
|
|
|
| |
Described the removal of the H4 to H5 tools from the main source
tarball...
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
Added information about overloaded h5dwrite(read)_f and h5awrite(read)_f
functions in 1.4.4 release.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
Making of the programs when using the --srcdir option didn't work. It
couldn't find the files to compile.
Solution:
Specified where the files are by prepending the $(srcdir) macro to
them.
Platforms tested:
Linux
|
|
|
|
| |
Added "Performance Improvements" section.
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
I forgot to describe C compiler flag -DIA64 that should be specified
in order to build Fortran Library on IA64.
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
Did more clean-up of the "Tested Platforms" section and
added information how to build with Intel Fortran compiler.
|
|
|
|
| |
Update FreeBSD version info.
|