File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 4747 julia_version :
4848 - ' 1.11'
4949 xla_commit :
50- - ' '
51- - ' 38285eb34756919913c5e575b12403f4a1c5e0e0'
50+ - ' 1ac176a9b8b4800bc2753d944eec62a39e6189b8'
5251 gb25_commit :
5352 - ' mg/sharded-factors'
5453 # - '0123456789abcdef0123456789abcdef01234567'
@@ -189,11 +188,8 @@ jobs:
189188 - name : Run GB-25 simulation
190189 timeout-minutes : 60
191190 run : |
192- export GB25_GRID_X="6144"
193- export GB25_GRID_Y="1536"
194- export GB25_GRID_Z="4"
195191 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
192+ timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
197193 working-directory : ${{ env.GB25_DIR }}
198194 - name : Test correctness in GB-25 code
199195 timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments