From 075b79b936ead05e252bd108ea56a0ba41e32963 Mon Sep 17 00:00:00 2001 From: Markus Neumann Date: Tue, 8 Aug 2017 08:56:49 +0200 Subject: [PATCH] fixed typo in hmat profiler --- tests/hmat_profiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hmat_profiler.py b/tests/hmat_profiler.py index 2f9b927..2af6ce2 100644 --- a/tests/hmat_profiler.py +++ b/tests/hmat_profiler.py @@ -46,7 +46,7 @@ def main(limit): try: args = parser.parse_args() print '\n' + '*' * 74 + '\n' - print 'Starting run with n={0} and k={1}'.format(args.limit, args.rank) + '\n' + print 'Starting run with n={0}'.format(args.limit) + '\n' main(args.limit) print '\n' + 'Finished run with n={0}'.format(args.limit) print '\n' + '*' * 74 + '\n'