HDF5 errors when writing Silo files
Open
@markcmiller86 is already working on this.
Since Apr 22, 2025.
bug
- Dominant language
- C
- Stars
- 45
- Forks
- 27
- Avg merge
- 12h 34m
- Merged PRs (30d)
- 4
Description
I receive the following (harmless?) HDF5 errors when writing Silo files. I am using Silo 4.11 and HDF5 1.12.1. HDF5 is configured with MPI. The relevant error message seems to be
H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 4:
#000: /tmp/eschnetter/spack-stage/spack-stage-hdf5-1.12.1-wsry65t5gtuhsfuyi4gpmaol6q2cvxxl/spack-src/src/H5Pfapl.c line 4553 in H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
major: Property lists
minor: Feature is unsupported
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 6:
#000: /tmp/eschnetter/spack-stage/spack-stage-hdf5-1.12.1-wsry65t5gtuhsfuyi4gpmaol6q2cvxxl/spack-src/src/H5Pfapl.c line 4553 in H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
major: Property lists
minor: Feature is unsupported
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 7:
#000: /tmp/eschnetter/spack-stage/spack-stage-hdf5-1.12.1-wsry65t5gtuhsfuyi4gpmaol6q2cvxxl/spack-src/src/H5Pfapl.c line 4553 in H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
major: Property lists
minor: Feature is unsupported
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 5:
#000: /tmp/eschnetter/spack-stage/spack-stage-hdf5-1.12.1-wsry65t5gtuhsfuyi4gpmaol6q2cvxxl/spack-src/src/H5Pfapl.c line 4553 in H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
major: Property lists
minor: Feature is unsupported
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 2:
#000: /tmp/eschnetter/spack-stage/spack-stage-hdf5-1.12.1-wsry65t5gtuhsfuyi4gpmaol6q2cvxxl/spack-src/src/H5Pfapl.c line 4553 in H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
major: Property lists
minor: Feature is unsupported
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 3:
#000: /tmp/eschnetter/spack-stage/spack-stage-hdf5-1.12.1-wsry65t5gtuhsfuyi4gpmaol6q2cvxxl/spack-src/src/H5Pfapl.c line 4553 in H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
major: Property lists
minor: Feature is unsupported
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 1:
#000: /tmp/eschnetter/spack-stage/spack-stage-hdf5-1.12.1-wsry65t5gtuhsfuyi4gpmaol6q2cvxxl/spack-src/src/H5Pfapl.c line 4553 in H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
major: Property lists
minor: Feature is unsupported
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 0:
#000: /tmp/eschnetter/spack-stage/spack-stage-hdf5-1.12.1-wsry65t5gtuhsfuyi4gpmaol6q2cvxxl/spack-src/src/H5Pfapl.c line 4553 in H5Pset_evict_on_close(): evict on close is currently not supported in parallel HDF5
major: Property lists
minor: Feature is unsupported
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.