We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbbec9 commit b7b4ed1Copy full SHA for b7b4ed1
1 file changed
testflo/printer.py
@@ -43,7 +43,7 @@ def _print_result(self, result):
43
44
if (self.verbose == 0 and (result.err_msg and show_msg)) or self.verbose > 0:
45
if result.mpi and result.nprocs > 0:
46
- run_type = '(mpi) '
+ run_type = f'(mpi {result.nprocs}) '
47
elif result.isolated:
48
run_type = '(isolated) '
49
else:
0 commit comments