-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proper handling of Lustre data with mmap logging
* requires storing the total allocated _components_ and _stripes_ with the Lustre record so that this data can be read back in its entirety, even if the app terminates abruptly * at shutdown time, the Lustre module can truncate the component and OST list sizes to something smaller than originally requested, if some memory ends up not being used * darshan-util also has code to detect unused portions of Lustre records that can be truncated (which should only occur for apps that terminate abruptly and use Darshan mmap logging)
- Loading branch information
1 parent
d4f0c9e
commit 267ec27
Showing
4 changed files
with
102 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters