Skip to content

Commit 2fe0d94

Browse files
committed
set mpiexec on ms system
1 parent 0ce4b44 commit 2fe0d94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/UnitTests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,10 @@ jobs:
313313
using Pkg
314314
Pkg.develop(path="lib/MPIPreferences")
315315
using MPIPreferences
316-
MPIPreferences.use_system_binary(export_prefs=true)
316+
MPIPreferences.use_system_binary(;
317+
export_prefs=true,
318+
mpiexec="C:\\Program Files\\Microsoft MPI\\Bin\\mpiexec"
319+
)
317320
rm("test/Manifest.toml")
318321
319322
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)