File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
model/atmosphere/diffusion/tests/diffusion_tests Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -90,4 +90,5 @@ build_image_aarch64:
90
90
# Limit test parallelism to avoid "OSError: too many open files" in the gt4py build stage.
91
91
NUM_PROCESSES : 16
92
92
GT4PY_BUILD_JOBS : 8
93
+ GT4PY_BUILD_CACHE_LIFETIME : persistent
93
94
ICON4PY_NOX_UV_CUSTOM_SESSION_EXTRAS : " cuda12"
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ def test_verify_diffusion_init_against_savepoint(
415
415
],
416
416
)
417
417
@pytest .mark .parametrize ("ndyn_substeps" , [2 ])
418
- # TODO: Enable dace orchestration, currently broken by pre-compiled programs
418
+ # TODO: Enable dace orchestration, currently broken by precompiled programs
419
419
@pytest .mark .parametrize ("orchestration" , [False ])
420
420
def test_run_diffusion_single_step (
421
421
savepoint_diffusion_init ,
@@ -686,7 +686,7 @@ def test_run_diffusion_multiple_steps(
686
686
@pytest .mark .embedded_remap_error
687
687
@pytest .mark .parametrize ("experiment" , [dt_utils .REGIONAL_EXPERIMENT ])
688
688
@pytest .mark .parametrize ("linit" , [True ])
689
- # TODO: Enable dace orchestration, currently broken by pre-compiled programs
689
+ # TODO: Enable dace orchestration, currently broken by precompiled programs
690
690
@pytest .mark .parametrize ("orchestration" , [False ])
691
691
def test_run_diffusion_initial_step (
692
692
experiment ,
You can’t perform that action at this time.
0 commit comments