Skip to content

Commit 0ce4b44

Browse files
committed
bump MPIWrapper in tests
1 parent 3c708f5 commit 0ce4b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ jobs:
410410

411411
- name: Build MPIwrapper
412412
run: |
413-
wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.2.1.tar.gz
413+
wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.7.0.tar.gz
414414
tar xzf v2.2.1.tar.gz
415415
cd MPIwrapper-*
416416
cmake -DMPIEXEC_EXECUTABLE=mpiexec -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local .
@@ -494,7 +494,7 @@ jobs:
494494
- name: Build MPIwrapper
495495
run: |
496496
source ${HOME}/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh release
497-
wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.2.1.tar.gz
497+
wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.7.0.tar.gz
498498
tar xzf v2.2.1.tar.gz
499499
cd MPIwrapper-*
500500
cmake \

0 commit comments

Comments
 (0)