Replies: 2 comments 5 replies
-
You probably have |
Beta Was this translation helpful? Give feedback.
4 replies
-
If there is no such file, and indeed this is BP4 dataset, please check that you transferred the files properly and the size of each file in that .bp directory matches the original. md.0 is a table of 64 byte records, your file has 6 extra bytes somehow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Adios Community,
I have an adios2 file that was created from a simulation on one HPC machine. When I copy that file to another HPC machine (slightly different architecture, and compilers used) and restart the simulation, I get the following error:
[ADIOS2 ERROR] <Helper> <adiosSystem> <ExceptionToError> : adios2_open_new_comm: [Mon Sep 16 17:43:33 2024] [ADIOS2 EXCEPTION] <Engine> <BP4Reader> <MetadataExpectedMinFileSize> : ADIOS Index file record-2.9.2.bp is assumed to always contain n*64 byte-length records. The file size now is 24838 bytes.
Would anyone know what might be the issue? Note, I am able to open the adios file and use it to restart my simulation if I use the same HPC machine.
Please let me know if any additional info is needed.
Thank you,
-Will
Beta Was this translation helpful? Give feedback.
All reactions