@@ -5,7 +5,7 @@ LinkTest SION files consist of three components:
2. Data Chunks Per Rank
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:
```
...
...
@@ -25,9 +25,9 @@ In the following we will describe the binary structure of each of the different
| LinkTest GitHash | | 17+a | 58+a | 41 | | 41-byte null-terminated ASCII-character git hash identifying the commit used to generated the data. |
| LinkTest Mode Length | b | 58+a | 62+a | 4 | | 32-bit unsigned integer specifying the length of the following string indicating the transport layer/mode/virtual-cluster implementation used for the LinkTest run. |
| LinkTest Mode | | 62+a | 62+a+b | b | | Null-terminated ASCII character array identifying the transport layer/mode/virtual-cluster implementation used for the LinkTest run. |