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 a36cc1b commit aa9dbfbCopy full SHA for aa9dbfb
.github/workflows/test-gb-25.yml
@@ -178,11 +178,8 @@ jobs:
178
- name: Run GB-25 simulation
179
timeout-minutes: 60
180
run: |
181
- export GB25_GRID_X="6144"
182
- export GB25_GRID_Y="1536"
183
- export GB25_GRID_Z="4"
184
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
+ timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --vmodule=spmd_partitioner*=10 --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
186
working-directory: ${{ env.GB25_DIR }}
187
- name: Test correctness in GB-25 code
188
timeout-minutes: 20
0 commit comments