You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
Besides, I can observe the same issue when running vorpalio:
How can I fix this issue? Thanks!
The text was updated successfully, but these errors were encountered: