From 14228e21f9ca6de863e46676f5ead41c739fdc40 Mon Sep 17 00:00:00 2001 From: "Glenn K. Lockwood" Date: Tue, 2 May 2017 21:59:57 -0700 Subject: [PATCH] one counter had spaces instead of underscores --- darshan-util/darshan-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darshan-util/darshan-parser.c b/darshan-util/darshan-parser.c index e6627dc..3a8a452 100644 --- 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"); -- 2.26.2