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 Jun 27, 2023
1 parent 1c91718 commit 3544c7a
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 @@ -959,8 +959,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 3544c7a

Please sign in to comment.