From f58f435a659779cdc074c5b64d3f36c18b3f0131 Mon Sep 17 00:00:00 2001 From: Marc Howison Date: Sun, 6 Nov 2011 13:07:49 +0000 Subject: [PATCH] fixed missing flags parameter in h5pt_openr_par_align; updated version for 1.6.6 release --- configure.ac | 2 +- doc/Doxyfile | 2 +- src/H5Part.f90 | 3 ++- src/H5Part.h | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index c2b38d2..227c23c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Every configure script must call AC_INIT before doing anything else. # AC_INIT (package, version, [bug-report], [tarname]) -AC_INIT([H5Part], [1.6.5], [h5part@lists.psi.ch], H5Part) +AC_INIT([H5Part], [1.6.6], [h5part@lists.psi.ch], H5Part) # Ensure that a recent enough version of Autoconf is being used. # If the version of Autoconf being used to create configure is earlier than version, diff --git a/doc/Doxyfile b/doc/Doxyfile index 5309b38..ca9a425 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = H5Part -PROJECT_NUMBER = 1.6.1 +PROJECT_NUMBER = 1.6.6 OUTPUT_DIRECTORY = ./ReferencePages CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/src/H5Part.f90 b/src/H5Part.f90 index 80554ac..d62a01c 100644 --- a/src/H5Part.f90 +++ b/src/H5Part.f90 @@ -115,9 +115,10 @@ END FUNCTION !! - \c vfd_mpiposix - use the HDF5 MPI-POSIX virtual file driver !! - \c vfd_mpio_ind - use MPI-IO in indepedent mode !! +!! See \ref H5PartOpenFileParallelAlign !! \return 0 on success or error code !< -INTEGER*8 FUNCTION h5pt_openr_par_align ( filename, mpi_communicator, align ) +INTEGER*8 FUNCTION h5pt_openr_par_align ( filename, mpi_communicator, align, flags ) CHARACTER(LEN=*), INTENT(IN) :: filename !< the filename to open for reading INTEGER, INTENT(IN) :: mpi_communicator !< the MPI_Communicator used by the program INTEGER*8, INTENT(IN) :: align !< alignment value in bytes diff --git a/src/H5Part.h b/src/H5Part.h index e55c3d3..e62f223 100644 --- a/src/H5Part.h +++ b/src/H5Part.h @@ -16,10 +16,10 @@ extern "C" { #include "H5MultiBlock.h" #endif -#define H5PART_VER_STRING "1.6.5" +#define H5PART_VER_STRING "1.6.6" #define H5PART_VER_MAJOR 1 #define H5PART_VER_MINOR 6 -#define H5PART_VER_RELEASE 5 +#define H5PART_VER_RELEASE 6 /* error values */ #define H5PART_SUCCESS 0