ornladios / ADIOS2-Examples

Application examples for the ADIOS2 I/O library https://github.com/ornladios/ADIOS2. This is Work in Progress.
Apache License 2.0
20 stars 16 forks source link

Update the python hello world example to work with BP5 #83

Closed anagainaru closed 1 year ago

anagainaru commented 1 year ago

The default engine in the latest ADIOS2 release is BP5 which requires calls to the engine to be between BeginStep and EndStep. The python code written for BP4 needs to be updated.