--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/5f96b566-3112-4dda-bb63-86e61b654156n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/957d0cc5-e3a8-4922-a770-794a3192a6a0n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/6fcaf535-65c6-4d28-84ef-ccabd4e12833n%40googlegroups.com.
In file included from /Users/fr714/dealii-candi-basic/tmp/unpack/deal.II-v9.3.3/source/base/hdf5.cc:20:
/Users/fr714/dealii-candi-basic/tmp/unpack/deal.II-v9.3.3/include/deal.II/base/hdf5.h:1470:30: error: use of undeclared identifier 'H5Pset_dxpl_mpio'
const herr_t ret = H5Pset_dxpl_mpio(plist, H5FD_MPIO_COLLECTIVE);
^
/Users/fr714/dealii-candi-basic/tmp/unpack/deal.II-v9.3.3/include/deal.II/base/hdf5.h:1502:21: error: use of undeclared identifier 'H5Pget_mpio_actual_io_mode'
ret = H5Pget_mpio_actual_io_mode(plist, &io_mode);
^
/Users/fr714/dealii-candi-basic/tmp/unpack/deal.II-v9.3.3/include/deal.II/base/hdf5.h:1505:17: error: use of undeclared identifier 'H5Pget_mpio_no_collective_cause'
H5Pget_mpio_no_collective_cause(plist,
^
3 errors generated.
Seems odd as the correct version of hdf5 and all associated libraries seems to be found OK in the configuration step.
# DEAL_II_WITH_HDF5 set up with external dependencies
# HDF5_DIR = /Users/fr714/dealii-candi-basic/hdf5-1.10.7
# HDF5_INCLUDE_DIRS = /Users/fr714/dealii-candi-basic/hdf5-1.10.7/include
# HDF5_USER_INCLUDE_DIRS = /Users/fr714/dealii-candi-basic/hdf5-1.10.7/include
# HDF5_LIBRARIES = /Users/fr714/dealii-candi-basic/hdf5-1.10.7/lib/libhdf5_hl.dylib;/Users/fr714/dealii-candi-basic/hdf5-1.10.7/lib/libhdf5.dylib
Best,
Fred