diff --git a/devito/operator/operator.py b/devito/operator/operator.py index 83165b20c3b..145810077ee 100644 --- a/devito/operator/operator.py +++ b/devito/operator/operator.py @@ -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))