File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
8080
8181
82- test-mpiabi-jll :
83- timeout-minutes : 20
84- strategy :
85- matrix :
86- os :
87- - macos-15-intel
88- - ubuntu-latest
89- julia_version :
90- - " min"
91- - " 1"
92- - " nightly"
93- julia_arch : [x64]
94-
95- fail-fast : false
96- env :
97- JULIA_MPI_TEST_BINARY : MPIABI_jll
98- JULIA_MPI_TEST_ABI : MPIABI
99-
100- runs-on : ${{ matrix.os }}
101-
102- steps :
103- - name : Checkout
104- uses : actions/checkout@v6
105-
106- - uses : julia-actions/setup-julia@v2
107- with :
108- arch : ${{ matrix.julia_arch }}
109- version : ${{ matrix.julia_version }}
110- - uses : julia-actions/cache@v2
111-
112- - name : add MPIPreferences
113- shell : julia --color=yes --project=. {0}
114- run : |
115- using Pkg
116- Pkg.develop(path="lib/MPIPreferences")
117-
118- - name : use OpenMPI_jll
119- shell : julia --color=yes --project=test {0}
120- run : |
121- using Pkg
122- Pkg.develop(path="lib/MPIPreferences")
123- using MPIPreferences
124- MPIPreferences.use_jll_binary("MPIABI_jll", export_prefs=true)
125- rm("test/Manifest.toml")
126-
127- - uses : julia-actions/julia-runtest@v1
128-
129-
13082 test-openmpi-jll :
13183 timeout-minutes : 20
13284 strategy :
You can’t perform that action at this time.
0 commit comments