Skip to content

Commit

Permalink
mpi: Print mpi configuration in logging
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Sep 18, 2023
1 parent 57bc726 commit 63a2eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devito/operator/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,8 @@ def _emit_apply_profiling(self, args):
break

if configuration['mpi']:
perf("Performance[mode=%s, mpi=%s] arguments: %s" % (self._mode,
configuration['mpi'], perf_args))
perf("Performance[mode=%s, mpi=%s] arguments: %s, " %
(self._mode, configuration['mpi'], perf_args))
else:
perf("Performance[mode=%s] arguments: %s" % (self._mode, perf_args))

Expand Down

0 comments on commit 63a2eb0

Please sign in to comment.