Skip to Content.
Sympa Menu

h5part - [H5part] Updates to H5Part 1.4.0 from LBL

h5part AT lists.psi.ch

Subject: H5Part development and discussion

List archive

[H5part] Updates to H5Part 1.4.0 from LBL


Chronological Thread 
  • From: "Mark Howison" <MHowison AT lbl.gov>
  • To: h5part AT lists.psi.ch
  • Cc: "E. Wes Bethel" <ewbethel AT lbl.gov>, Prabhat <prabhat AT hpcrd.lbl.gov>, "Andreas Adelmann" <andreas.adelmann AT psi.ch>
  • Subject: [H5part] Updates to H5Part 1.4.0 from LBL
  • Date: Fri, 19 Dec 2008 08:48:19 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:mime-version:content-type :x-google-sender-auth; b=t6I+qWFNge+hSh0fyZDDtQkhlIAdeReDownMqaEavqMd3Et3GEzsSKcxGFSqgUe86H VR7MBGXConuWbst4heainVS7CRZ1PMp+CR4+mYAPaj5bdAWiImXT75aEFxxWqTmOXlGV m98+w49QvTD5pq6ctjlmmxcHI/GsBbLBqhA1A=
  • List-archive: <https://lists.web.psi.ch/pipermail/h5part/>
  • List-id: H5Part development and discussion <h5part.lists.psi.ch>

Dear Achim and Andreas,

Attached is a patch file containing some small revisions I have made
to the H5Part 1.4.0 release in the last 6 months. I created the patch
using:

$ diff -Naur ~/src/H5Part-1.4.0 H5Part-1.4.1 > H5Part-1.4.1.patch

I've never used the diff/patch system before, so let me know if you
need me to generate the patch in a different way.

Here is a summary of the changes:

* Added support for HDF 1.8.1.

* Added float32 and int64 versions of the H5Block scalar field
read/write functions, using a new naming convention:

H5BlockWriteFieldFloat64()
H5BlockWriteFieldFloat32()
H5BlockWriteFieldInt64()

* Modified _write_data() in H5Block to write arbitrary MPI data types.

* Added a H5BlockDefine3DChunk() function that exposes HDF5's
set_chunk() functionality in the H5Part API.

* Added a configure option that switches the default HDF5 VFD
used by H5Part to MPI-POSIX instead of MPI-IO.

* Fixed a bug in the configure script which was preventing compiling
the FORTRAN library on Cray XT4 architectures.

Let me know if you have any questions.

Mark

Attachment: H5Part-1.4.1.patch
Description: Binary data




Archive powered by MHonArc 2.6.19.

Top of Page