Update LinkTest SIONlib File Format authored by Max Holicki's avatar Max Holicki
...@@ -7,7 +7,7 @@ LinkTest SION files consist of three components: ...@@ -7,7 +7,7 @@ LinkTest SION files consist of three components:
2. Data Chunks Per Rank 2. Data Chunks Per Rank
3. A File Footer 3. A File Footer
The SION file starts with the File Header, which in turn starts with a SIONlib header. Then `n` Data Chunks follow, one for each rank enumerate from rank 0. Each is terminated by an "END_BLOCK" statement. After all Data chunks there is a file footer at the end. The SION file starts with the File Header, which in turn starts with a SIONlib header. Then `N` Data Chunks follow, one for each rank enumerate from rank 0. Each is terminated by an "END_BLOCK" statement. After all Data chunks there is a file footer at the end.
The structure is: The structure is:
``` ```
... ...
......