We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9b7e3 commit 852ed82Copy full SHA for 852ed82
conf/travis-install-mpi.sh
@@ -9,7 +9,7 @@ MPI_IMPL="$1"
9
os=`uname`
10
OMPIVER=4.0.3
11
MPICHVER=3.3.2
12
-IMPIVER=2019.4.243
+IMPIVER=2019.7.217
13
case "$os" in
14
Darwin)
15
case "$MPI_IMPL" in
@@ -67,7 +67,7 @@ case "$os" in
67
sudo make install > /dev/null
68
;;
69
intelmpi)
70
- wget http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15553/l_mpi_$IMPIVER.tgz
+ wget http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16546/l_mpi_2019.7.217.tgz
71
tar -xzf l_mpi_$IMPIVER.tgz
72
cd l_mpi_$IMPIVER
73
cat << EOF > intel.conf
0 commit comments