From 4d87ec654892071e2468505d28e8fd5df598713b Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Tue, 11 Jun 2024 11:35:21 +0200 Subject: [PATCH] CLOUDSC2: Increase problem size for TL test to achieve convergence --- loki/transformations/tests/test_cloudsc2_tl_ad.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/loki/transformations/tests/test_cloudsc2_tl_ad.py b/loki/transformations/tests/test_cloudsc2_tl_ad.py index a2080d573..6cfab9887 100644 --- a/loki/transformations/tests/test_cloudsc2_tl_ad.py +++ b/loki/transformations/tests/test_cloudsc2_tl_ad.py @@ -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',),