[Trilinos-Users] EpetraExt HDF5 and UMFPACK TPL

Simone Pezzuto junki.gnu at gmail.com
Mon Nov 21 14:25:36 MST 2011


Hi all,
                      there's a bug in
packages/epetraext/src/inout/EpetraExt_HDF5.cpp,
because it doesn't check for HDF5 API v1.6 or v1.8. As suggested by
hdfgroup,
it's enough adding

#define H5Gopen_vers 2
#define H5Dopen_vers 2
#define H5Gcreate_vers 2
#define H5Dcreate_vers 2

somewhere in the header file. This prevent any doubt.

Second thing: cmake build system is not able to find Umfpack headers,
if they are installed in /usr/include/suitesparse instead of /usr/include.
I know that is possible to set by hand the correct path, but it seems
that the first option is the most common one (ubuntu for instance).

Best!
 Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20111121/5ed257ae/attachment.html 


More information about the Trilinos-Users mailing list