Endian_Reverse is broken in master
Created by: keichi
Reading a big-endian BP file on a little-endian machine gives garbage data. The array content is wrong, but variable names, array shapes and min/max are correct.
- ADIOS2BPWriteReadAsStream2D2x4Test_be_dump.txt: bpls dump of a big-endian BP file on a little-endian machine (broken)
- ADIOS2BPWriteReadAsStream2D2x4Test_le_dump.txt: bpls dump of a little-endian BP file on a little-endian machine (correct )