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:
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 \
You can’t perform that action at this time.
0 commit comments