Skip to content

Commit cb3b0c4

Browse files
committed
Remove the grid override to bypass OOM
Update xla commit
1 parent 9c64d17 commit cb3b0c4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test-gb-25.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
julia_version:
4848
- '1.11'
4949
xla_commit:
50-
- ''
51-
- '38285eb34756919913c5e575b12403f4a1c5e0e0'
50+
- '1ac176a9b8b4800bc2753d944eec62a39e6189b8'
5251
gb25_commit:
5352
- 'mg/sharded-factors'
5453
# - '0123456789abcdef0123456789abcdef01234567'
@@ -189,11 +188,8 @@ jobs:
189188
- name: Run GB-25 simulation
190189
timeout-minutes: 60
191190
run: |
192-
export GB25_GRID_X="6144"
193-
export GB25_GRID_Y="1536"
194-
export GB25_GRID_Z="4"
195191
export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump'
196-
timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
192+
timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
197193
working-directory: ${{ env.GB25_DIR }}
198194
- name: Test correctness in GB-25 code
199195
timeout-minutes: 20

0 commit comments

Comments
 (0)