Skip to content

Commit

Permalink
CLOUDSC2: Increase problem size for TL test to achieve convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Oct 17, 2024
1 parent ddf8b57 commit 4d87ec6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions loki/transformations/tests/test_cloudsc2_tl_ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ def test_cloudsc2_tl_ad(here, frontend):

# Run the produced binaries
nl_binaries = [
('dwarf-cloudsc2-nl-loki-idem', '2', '16000', '32'),
('dwarf-cloudsc2-nl-loki-scc', '1', '16000', '32'),
('dwarf-cloudsc2-nl-loki-scc-hoist', '1', '16000', '32'),
('dwarf-cloudsc2-nl-loki-idem', '2', '16384', '32'),
('dwarf-cloudsc2-nl-loki-scc', '1', '16384', '32'),
('dwarf-cloudsc2-nl-loki-scc-hoist', '1', '16384', '32'),
]
tl_binaries = [
('dwarf-cloudsc2-tl-loki-idem',),
('dwarf-cloudsc2-tl-loki-scc',),
('dwarf-cloudsc2-tl-loki-scc-hoist',),
('dwarf-cloudsc2-tl-loki-idem', '1', '1024', '32'),
('dwarf-cloudsc2-tl-loki-scc', '1', '1024', '32'),
('dwarf-cloudsc2-tl-loki-scc-hoist', '1', '1024', '32'),
]
ad_binaries = [
('dwarf-cloudsc2-ad-loki-idem',),
Expand Down

0 comments on commit 4d87ec6

Please sign in to comment.