Skip to content

Commit e068323

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 7bc952f commit e068323

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
@@ -189,11 +189,8 @@ jobs:
189189
- name: Run GB-25 simulation
190190
timeout-minutes: 60
191191
run: |
192-
export GB25_GRID_X="6144"
193-
export GB25_GRID_Y="1536"
194-
export GB25_GRID_Z="4"
195192
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
193+
timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --vmodule=spmd_partitioner*=10 --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
197194
working-directory: ${{ env.GB25_DIR }}
198195
- name: Test correctness in GB-25 code
199196
timeout-minutes: 20

0 commit comments

Comments
 (0)