Portability of ADIOS2
output files between different platforms.
#3990
-
Dear Further details to my query are:
Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
BP files are binary and use standard C++ types, so in principle it's portable. As you saw some gotchas can happen with types that can change their underlying alignment. I would say give it a try and report back if there are issues. It's a common use case to write/read the data on different architectures (e.g. Summit). Hope it helps. |
Beta Was this translation helpful? Give feedback.
BP files are binary and use standard C++ types, so in principle it's portable. As you saw some gotchas can happen with types that can change their underlying alignment. I would say give it a try and report back if there are issues. It's a common use case to write/read the data on different architectures (e.g. Summit). Hope it helps.