File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ jobs:
410
410
411
411
- name : Build MPIwrapper
412
412
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
414
414
tar xzf v2.2.1.tar.gz
415
415
cd MPIwrapper-*
416
416
cmake -DMPIEXEC_EXECUTABLE=mpiexec -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local .
@@ -494,7 +494,7 @@ jobs:
494
494
- name : Build MPIwrapper
495
495
run : |
496
496
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
498
498
tar xzf v2.2.1.tar.gz
499
499
cd MPIwrapper-*
500
500
cmake \
You can’t perform that action at this time.
0 commit comments