We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc952f commit e068323Copy full SHA for e068323
.github/workflows/test-gb-25.yml
@@ -189,11 +189,8 @@ jobs:
189
- name: Run GB-25 simulation
190
timeout-minutes: 60
191
run: |
192
- export GB25_GRID_X="6144"
193
- export GB25_GRID_Y="1536"
194
- export GB25_GRID_Z="4"
195
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
+ timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --vmodule=spmd_partitioner*=10 --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
197
working-directory: ${{ env.GB25_DIR }}
198
- name: Test correctness in GB-25 code
199
timeout-minutes: 20
0 commit comments