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 11f50c3 commit c827058Copy full SHA for c827058
.github/workflows/test-gb-25.yml
@@ -50,7 +50,7 @@ jobs:
50
- '38285eb34756919913c5e575b12403f4a1c5e0e0'
51
# - 'b25f3cbed2bc88c8ffef85f6a5319e2cf7b0454c'
52
gb25_commit:
53
- - 'main'
+ - '7f596224736d3778a5da7b0d6bb7dadce355f28'
54
# - '0123456789abcdef0123456789abcdef01234567'
55
reactant_commit:
56
- 'main'
@@ -178,6 +178,9 @@ 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
186
working-directory: ${{ env.GB25_DIR }}
0 commit comments