File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1426,7 +1426,13 @@ understanding how MPI-IO read or write operations map to underlying POSIX read
14261426or write operations issued to the traced file.
14271427
14281428The output format for the DXT MPI-IO module is essentially identical to the DXT
1429- POSIX module, except that the offset of file operations is not tracked.
1429+ POSIX module, except that the offsets of file operations may not reflect the
1430+ true file offsets used in individual I/O operations, due to the possibility of
1431+ a very complicate MPI fileview passed to the MPI-IO library from the
1432+ application or high-level I/O libraries. Decoding a complicate MPI derived
1433+ datatype can be expensive. In addition, for MPI-IO functions that make use of
1434+ shared file pointers, e.g. ``MPI_File_write_shared() ``, it is difficult to
1435+ trace the offsets without inter-process communication.
14301436
14311437Other darshan-util utilities
14321438=======================================
You can’t perform that action at this time.
0 commit comments