Skip to content

Commit

Permalink
tests: Fix to work on any CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Oct 6, 2023
1 parent 77a283e commit 59b57c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dle.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def test_parallel_prec_inject(self):
eqns = sf.inject(field=u.forward, expr=sf * dt**2)

op0 = Operator(eqns, opt=('advanced', {'openmp': True,
'par-collapse-ncores': 20}))
'par-collapse-ncores': 2000}))
iterations = FindNodes(Iteration).visit(op0)

assert not iterations[0].pragmas
Expand Down

0 comments on commit 59b57c8

Please sign in to comment.