Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E: H5Block3dWriteScalarFieldFloat32: Group "data" already exists #1

Open
lizhiyuell opened this issue Aug 11, 2023 · 0 comments
Open

Comments

@lizhiyuell
Copy link

lizhiyuell commented Aug 11, 2023

Hi, I compile the benchmark gcrmio under benchmarks/write and try with "./gcrmio -r 5 -s 1 -t 1 -prs". However, I get the following errors:

Write test 0...
HDF5-DIAG: Error detected in HDF5 (1.15.0) MPI-process 0:
  #000: H5L.c line 1207 in H5Lexists(): unable to synchronously check link existence
    major: Links
    minor: Can't get value
  #001: H5L.c line 1172 in H5L__exists_api_common(): can't set object access arguments
    major: Links
    minor: Can't set value
  #002: H5VLint.c line 2675 in H5VL_setup_name_args(): invalid location identifier
    major: Invalid arguments to routine
    minor: Inappropriate type
  #003: H5VLint.c line 1739 in H5VL_vol_object(): invalid identifier type to function
    major: Invalid arguments to routine
    minor: Inappropriate type
E: H5Block3dWriteScalarFieldFloat32: Group "data" already exists
rank 0: gcrmio.c (523): H5Block3dWriteScalarFieldFloat32 failed!

Besides, I can observe the same issue when running vorpalio:

HDF5-DIAG: Error detected in HDF5 (1.15.0) MPI-process 0:
  #000: H5L.c line 1207 in H5Lexists(): unable to synchronously check link existence
    major: Links
    minor: Can't get value
  #001: H5L.c line 1172 in H5L__exists_api_common(): can't set object access arguments
    major: Links
    minor: Can't set value
  #002: H5VLint.c line 2675 in H5VL_setup_name_args(): invalid location identifier
    major: Invalid arguments to routine
    minor: Inappropriate type
  #003: H5VLint.c line 1739 in H5VL_vol_object(): invalid identifier type to function
    major: Invalid arguments to routine
    minor: Inappropriate type
E: H5Block3dWriteScalarFieldFloat64: Group "E" already exists
rank 0: vorpalio.c (295): H5Block write was unsuccessful!

How can I fix this issue? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant