File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -388,6 +388,8 @@ jobs:
388
388
# We don't need to test all combinations
389
389
# - "1.7"
390
390
# - "nightly"
391
+ MPIWrapper :
392
+ - " 2.7.0"
391
393
392
394
fail-fast : false
393
395
@@ -413,12 +415,14 @@ jobs:
413
415
414
416
- name : Build MPIwrapper
415
417
run : |
416
- wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.7.0 .tar.gz
417
- tar xzf v2.2.1 .tar.gz
418
+ wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v${MPIWrapper} .tar.gz
419
+ tar xzf v${MPIWrapper} .tar.gz
418
420
cd MPIwrapper-*
419
421
cmake -DMPIEXEC_EXECUTABLE=mpiexec -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local .
420
422
cmake --build .
421
423
sudo cmake --install .
424
+ env :
425
+ MPIWrapper : ${{matrix.MPIWrapper}}
422
426
423
427
- uses : julia-actions/setup-julia@latest
424
428
with :
@@ -453,6 +457,8 @@ jobs:
453
457
# We don't need to test all combinations
454
458
# - "1.7"
455
459
# - "nightly"
460
+ MPIWrapper :
461
+ - " 2.7.0"
456
462
457
463
fail-fast : false
458
464
@@ -497,8 +503,8 @@ jobs:
497
503
- name : Build MPIwrapper
498
504
run : |
499
505
source ${HOME}/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh release
500
- wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.7.0 .tar.gz
501
- tar xzf v2.2.1 .tar.gz
506
+ wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v${MPIWrapper} .tar.gz
507
+ tar xzf v${MPIWrapper} .tar.gz
502
508
cd MPIwrapper-*
503
509
cmake \
504
510
-DMPIEXEC_EXECUTABLE=mpiexec \
@@ -507,6 +513,8 @@ jobs:
507
513
.
508
514
cmake --build .
509
515
sudo cmake --install .
516
+ env :
517
+ MPIWrapper : ${{matrix.MPIWrapper}}
510
518
511
519
- uses : julia-actions/setup-julia@latest
512
520
with :
You can’t perform that action at this time.
0 commit comments