Skip to content

Commit 371a13c

Browse files
committed
misc: Fix Eds suggestion
1 parent deeb1c4 commit 371a13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devito/ir/stree/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def preprocess(clusters, options=None, **kwargs):
228228
processed.append(c)
229229

230230
# Sanity check!
231-
if not queue and options['mpi']:
231+
if queue and options['mpi']:
232232
raise RuntimeError("Unsupported MPI for the given equations")
233233

234234
return processed

0 commit comments

Comments
 (0)