Skip to content

Commit 9faee26

Browse files
authored
[CI] Pass more options to Julia processes running simulations (#1312)
* [CI] Pass more options to Julia processes running simulations * Fail immediately if pkgimages aren't precompiled yet * Don't load startup file * Use multiple threads (not sure this helps anything, but shouldn't hurt) * [CI] use Reactant.jl commit before breaking changes to `API.cpp` * Try EnzymeAD/Reactant.jl#1557 branch
1 parent 55c525a commit 9faee26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-gb-25.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- 'main'
5454
# - '0123456789abcdef0123456789abcdef01234567'
5555
reactant_commit:
56-
- 'main'
56+
- 'ap/persistent_compile_cache'
5757
# - "ap/updated_no_nan"
5858

5959
steps:
@@ -179,12 +179,12 @@ jobs:
179179
timeout-minutes: 60
180180
run: |
181181
export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump'
182-
timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 sharding/sharded_baroclinic_instability_simulation_run.jl
182+
timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl
183183
working-directory: ${{ env.GB25_DIR }}
184184
- name: Test correctness in GB-25 code
185185
timeout-minutes: 20
186186
run: |
187-
timeout --signal=TERM --verbose 19m mpiexecjl -np 1 julia --color=yes --project -O0 correctness/correctness_sharded_baroclinic_instability_simulation_run.jl
187+
timeout --signal=TERM --verbose 19m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict correctness/correctness_sharded_baroclinic_instability_simulation_run.jl
188188
working-directory: ${{ env.GB25_DIR }}
189189
- name: Upload MLIR and XLA modules
190190
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)