Loading
bp: workaround for char overflow in bp vers
BP files bits assigned to the minor version of ADIOS2 is a single character long, when moving to adios 2.10.0 we run into an ASCII overflow here. This patch uses the next ASCII character after '9' for minor versions after 9. This will buy us sometime to resolve this issue.