Skip to content

Commit aa9dbfb

Browse files
felixwqpgiordano
authored andcommitted
Remove the grid override to bypass OOM, Add the XLA vmodule flag to print verbose log for partitioner.
1 parent a36cc1b commit aa9dbfb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,8 @@ 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"
184181
export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump'
185-
timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
182+
timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --vmodule=spmd_partitioner*=10 --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
186183
working-directory: ${{ env.GB25_DIR }}
187184
- name: Test correctness in GB-25 code
188185
timeout-minutes: 20

0 commit comments

Comments
 (0)