Skip to content

Commit 4160e61

Browse files
felixwqpwsmoses
authored andcommitted
Remove the grid override to bypass OOM
Update xla commit
1 parent 82f0fce commit 4160e61

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 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'
@@ -178,9 +177,6 @@ jobs:
178177
- name: Run GB-25 simulation
179178
timeout-minutes: 60
180179
run: |
181-
export GB25_GRID_X="6144"
182-
export GB25_GRID_Y="1536"
183-
export GB25_GRID_Z="4"
184180
export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump'
185181
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
186182
working-directory: ${{ env.GB25_DIR }}

0 commit comments

Comments
 (0)