Go to file
Raymond Lu 6262a14f2e [svn-r14096] There're 3 changes in this checkin as below:
1. In H5Dwrite and H5Dread, let the data buffer point to a fake address if the application passes
     in an empty buffer.  This is mainly for MPIO programs that some processes may not have any 
     data to write or read but still participate the I/O.  This solution solves some MPI's problem
     like the ChaMPIon on tungsten which doesn't support empty buffer.
  2. The ChaMPIon on tungsten doesn't support complex derived MPI data type correctly and collective
     I/O when some processes don't have any data to write or read correctly.  Detect the compiler
     "cmpicc" in the system-specific config file and set the variables for these two cases to false.
     The PHDF5 library already has set up a way to switch collective chunked I/O to independent 
     under these two cases.
  3. A bug fix - During the work of the optimization for compound data I/O, the case for switching
     collective chunked I/O to independent I/O was leftout.  Fixed it by adding I/O caching to it in
     H5D_multi_chunk_collective_io in H5Dmpio.c.

Tested on tungsten, cobalt, and kagiso for parallel; on linew and smirom for serial.
2007-08-20 16:55:38 -05:00
bin [svn-r14022] Description: 2007-07-26 16:33:10 -05:00
c++ [svn-r14032] Maintenance: finally finished the fix for OFFSETOF problem for C++ with pgCC and Sun CC compilers 2007-08-01 17:15:32 -05:00
config [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00
examples [svn-r13972] Description: 2007-07-12 21:42:17 -05:00
fortran [svn-r14057] Purpose: Fixes for 64-bit Windows Intel Fortran 9.1 2007-08-09 09:04:05 -05:00
hl [svn-r14060] Corrected verifiy to verify. 2007-08-09 12:05:48 -05:00
perform [svn-r13972] Description: 2007-07-12 21:42:17 -05:00
release_docs [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support 64-bit Fortran 2007-08-16 13:28:20 -05:00
src [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00
test [svn-r14085] Description: 2007-08-14 11:04:42 -05:00
testpar [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00
tools [svn-r14071] 2007-08-10 14:48:48 -05:00
vms [svn-r13867] Brought VMS port up to date; made h5repack script to work again. 2007-06-14 14:55:39 -05:00
windows [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support 64-bit Fortran 2007-08-16 13:28:20 -05:00
windows_vs6 [svn-r14036] Purpose: Fix Windows debug DLL naming scheme 2007-08-03 09:44:44 -05:00
.autom4te.cfg [svn-r13314] Updated copyright notice. 2007-02-14 17:55:20 -05:00
.h5chkright.ini [svn-r13314] Updated copyright notice. 2007-02-14 17:55:20 -05:00
aclocal.m4 [svn-r13616] This check-in updates the bin/reconfigure file to point to the most recent versions of the autotools. 2007-04-09 13:44:42 -05:00
acsite.m4 [svn-r12183] Purpose: 2006-03-30 18:08:50 -05:00
configure [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00
configure.in [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00
COPYING [svn-r12642] 2006-09-04 14:19:06 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.dist [svn-r13311] Updated copyright notice. 2007-02-14 17:25:02 -05:00
Makefile.in [svn-r13972] Description: 2007-07-12 21:42:17 -05:00
MANIFEST [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support 64-bit Fortran 2007-08-16 13:28:20 -05:00
README.txt [svn-r14027] Maintenance: changed version number to 1.8.0-beta3post1 using bin/h5vers script 2007-07-30 14:59:05 -05:00

HDF5 version 1.8.0-beta3post1 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE.txt file in the release_docs directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.  The INSTALL* files can be found in the release_docs/ directory.

Documentation for this release can be found at the following URL:
http://hdfgroup.org/HDF5/release/alpha/obtain518.html

Four mailing lists are currently set up for use with the HDF5
library.

   news         - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf-forum    - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org".
where <list> is the name of the list.
E.g., mail hdf5-subscribe@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.