| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0007023 | ParaView | (No Category) | public | 2008-05-14 16:29 | 2011-02-11 21:42 | ||||
| Reporter | Orion Poplawski | ||||||||
| Assigned To | John Biddiscombe | ||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | 3.8.1 | |||||||
| Summary | 0007023: Support HDF5 1.8.0 | ||||||||
| Description | The attached patch should add support for HDF5 1.8.0 | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Topic Name | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0012548) Orion E. Poplawski (reporter) 2008-06-26 18:31 |
Also: --- ParaView3.2.1/Utilities/Xdmf2/libsrc/XdmfH5Driver.h.hdf5 2007-11-07 13:51:40.000000000 -0700 +++ ParaView3.2.1/Utilities/Xdmf2/libsrc/XdmfH5Driver.h 2008-06-26 16:31:16.000000000 -0600 @@ -27,7 +27,7 @@ #include "XdmfDsmBuffer.h" #include "H5Ipublic.h" -#include "H5pubconf.h" +#include "H5public.h" #include "XdmfExport.h" From the notes in H5public.h: /* Include files for public use... */ /* * Since H5pubconf.h is a generated header file, it is messy to try * to put a #ifndef _H5pubconf_H ... #endif guard in it. * HDF5 has set an internal rule that it is being included here. * Source files should NOT include H5pubconf.h directly but include * it via H5public.h. The #ifndef _H5public_H guard above would * prevent repeated include. */ #include "H5pubconf.h" /*from configure */ This also helps because the Fedora HDF5 packages rename H5pubconf.h to allow for multi-arch installs. |
|
(0012624) John Biddiscombe (developer) 2008-07-04 10:16 |
I've committed the path because it's ok, but I still have other errors, so I'm adding ADD_DEFINITIONS(-DH5_USE_16_API) to the xdmf cmakelists. This get's my compilation working for now with hdf 1.8.1 |
|
(0012717) Orion E. Poplawski (reporter) 2008-07-15 19:17 |
Yeah, I use -DH5_USE_16_API as well. Thanks for the fix. |
|
(0012725) Orion E. Poplawski (reporter) 2008-07-16 13:48 |
Some more changes are needed when building an mpi version. I'll attach a patch. |
|
(0015431) Orion E. Poplawski (reporter) 2009-02-26 14:02 |
Updated patch to support HDF 1.8.2 |
|
(0022285) Orion Poplawski (reporter) 2010-09-20 17:58 |
Utilities/Xdmf2/libsrc/XdmfH5Driver.h still includes H5pubconf.h instead of H5public.h. |
|
(0025084) David Partyka (developer) 2011-01-26 09:26 |
ParaView 3.8.1 shipped with HDF5 1.8.5 (though we missed enabling hdf5+zlib compression, which is also addressed). The Utilities/Xdmf2/libsrc/XdmfH5Driver.h has been addressed. |
|
(0025411) Alan Scott (manager) 2011-02-11 21:42 |
Agreed. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2008-05-14 16:29 | Orion Poplawski | New Issue | |
| 2008-05-14 16:29 | Orion Poplawski | File Added: paraview-3.2.1-hdf5.patch | |
| 2008-06-26 18:31 | Orion E. Poplawski | Note Added: 0012548 | |
| 2008-07-04 09:35 | John Biddiscombe | Status | backlog => tabled |
| 2008-07-04 09:35 | John Biddiscombe | Assigned To | => John Biddiscombe |
| 2008-07-04 10:16 | John Biddiscombe | Note Added: 0012624 | |
| 2008-07-15 19:17 | Orion E. Poplawski | Note Added: 0012717 | |
| 2008-07-16 13:48 | Orion E. Poplawski | Note Added: 0012725 | |
| 2008-07-16 13:49 | Orion E. Poplawski | File Added: paraview-3.2.2-hdf5-1.8.patch | |
| 2009-02-26 14:02 | Orion E. Poplawski | Note Added: 0015431 | |
| 2009-02-26 14:03 | Orion E. Poplawski | File Added: paraview-3.4.0-hdf5-1.8.2.patch | |
| 2010-09-20 17:58 | Orion Poplawski | Note Added: 0022285 | |
| 2011-01-26 09:26 | David Partyka | Note Added: 0025084 | |
| 2011-01-26 09:26 | David Partyka | Status | tabled => @80@ |
| 2011-01-26 09:26 | David Partyka | Fixed in Version | => 3.8.1 |
| 2011-01-26 09:26 | David Partyka | Resolution | open => fixed |
| 2011-02-11 21:42 | Alan Scott | Note Added: 0025411 | |
| 2011-02-11 21:42 | Alan Scott | Status | @80@ => closed |
| 2011-06-16 13:10 | Zack Galbreath | Category | => (No Category) |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |