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'