From d86a0996e142f18d66aa558a27441f8a3566d052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:16:24 +0200 Subject: [PATCH] Use larger grid on full GB-25 test --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 70ce23af4..d191690d2 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -187,7 +187,7 @@ jobs: timeout-minutes: 60 run: | export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' - timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl + timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 working-directory: ${{ env.GB25_DIR }} - name: Test correctness in GB-25 code timeout-minutes: 20