-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Export directory prefix (Darshan) * format: Remove debug statements * add export_dir support for Recorder * chore: Remove commented-out code for exporting files in handle_recorder.py * feat: Update export file name to include "-summary" * fix: Update export_csv function call in handle_recorder.py * fix: Update darshan dependency to version 3.4.4.0 or higher * fix: Update darshan dependency to version 3.4.4.0 or higher * fmt: Clean up split_files case * fmt: import statements * fmt: Rename `input_filename` to `trace_name`
- Loading branch information
Showing
6 changed files
with
103 additions
and
96 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
argparse | ||
darshan==3.4.4.0 | ||
darshan>=3.4.4.0 | ||
pandas | ||
rich==12.5.1 | ||
recorder-utils |
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