Skip to content

HDF5 error on WriteSingleLevelPlotfileHDF5 #4033

Closed
@mirenradia

Description

Since #4015, I have been getting the following HDF5 error when I call WriteSingleLevelPlotfileHDF5:

HDF5-DIAG: Error detected in HDF5 (1.12.1) thread 0:
  #000: ../../src/H5Pdcpl.c line 2189 in H5Pget_chunk(): not a chunked storage layout
    major: Invalid arguments to routine
    minor: Bad value

Here are the relevant GNU Make configuration variables of my AMReX application:

DEBUG = FALSE
USE_MPI = FALSE
USE_HDF5 = TRUE
COMP = gnu
DIM = 3

I am building on my laptop running Fedora Linux 40 with the following package versions

  • gcc 14.1.1-7.fc40
  • hdf5-devel 1.12.1-15.fc40

FWIW, the MultiFab I'm writing is comprised of a single box of size $32^3$.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions