[Darshan-commits] [Git][darshan/darshan][master] 2 commits: one counter had spaces instead of underscores

Shane Snyder xgitlab at cels.anl.gov
Wed May 3 10:02:50 CDT 2017


Shane Snyder pushed to branch master at darshan / darshan


Commits:
14228e21 by Glenn K. Lockwood at 2017-05-02T21:59:57-07:00
one counter had spaces instead of underscores

- - - - -
bd252d0e by Shane Snyder at 2017-05-03T10:02:45-05:00
Merge branch 'gkl/parserfix' into 'master'

one counter had spaces instead of underscores

See merge request !14
- - - - -


1 changed file:

- darshan-util/darshan-parser.c


Changes:

=====================================
darshan-util/darshan-parser.c
=====================================
--- a/darshan-util/darshan-parser.c
+++ b/darshan-util/darshan-parser.c
@@ -628,7 +628,7 @@ int main(int argc, char **argv)
             printf("# ...........................\n");
             printf("# unique files: slowest_rank_io_time: %lf\n", pdata.slowest_rank_time);
             printf("# unique files: slowest_rank_meta_only_time: %lf\n", pdata.slowest_rank_meta_time);
-            printf("# unique files: slowest rank: %d\n", pdata.slowest_rank_rank);
+            printf("# unique files: slowest_rank: %d\n", pdata.slowest_rank_rank);
             printf("#\n");
             printf("# I/O timing for shared files (seconds):\n");
             printf("# (multiple estimates shown; time_by_slowest is generally the most accurate)\n");



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/f41cccbcdb93b17b1a5ca54138a03c9fdf364a0f...bd252d0e4a0a76873b8c818a42735ad4d5e18c72

---
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/f41cccbcdb93b17b1a5ca54138a03c9fdf364a0f...bd252d0e4a0a76873b8c818a42735ad4d5e18c72
You're receiving this email because of your account on xgitlab.cels.anl.gov.


More information about the Darshan-commits mailing list