Skip to content

Commit c827058

Browse files
committed
Use larger grid to trigger failure condition
1 parent 11f50c3 commit c827058

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- '38285eb34756919913c5e575b12403f4a1c5e0e0'
5151
# - 'b25f3cbed2bc88c8ffef85f6a5319e2cf7b0454c'
5252
gb25_commit:
53-
- 'main'
53+
- '7f596224736d3778a5da7b0d6bb7dadce355f28'
5454
# - '0123456789abcdef0123456789abcdef01234567'
5555
reactant_commit:
5656
- 'main'
@@ -178,6 +178,9 @@ jobs:
178178
- name: Run GB-25 simulation
179179
timeout-minutes: 60
180180
run: |
181+
export GB25_GRID_X="6144"
182+
export GB25_GRID_Y="1536"
183+
export GB25_GRID_Z="4"
181184
export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump'
182185
timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
183186
working-directory: ${{ env.GB25_DIR }}

0 commit comments

Comments
 (0)