Skip to content

Commit 852ed82

Browse files
committed
update Intel MPI link
1 parent cb9b7e3 commit 852ed82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/travis-install-mpi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MPI_IMPL="$1"
99
os=`uname`
1010
OMPIVER=4.0.3
1111
MPICHVER=3.3.2
12-
IMPIVER=2019.4.243
12+
IMPIVER=2019.7.217
1313
case "$os" in
1414
Darwin)
1515
case "$MPI_IMPL" in
@@ -67,7 +67,7 @@ case "$os" in
6767
sudo make install > /dev/null
6868
;;
6969
intelmpi)
70-
wget http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15553/l_mpi_$IMPIVER.tgz
70+
wget http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16546/l_mpi_2019.7.217.tgz
7171
tar -xzf l_mpi_$IMPIVER.tgz
7272
cd l_mpi_$IMPIVER
7373
cat << EOF > intel.conf

0 commit comments

Comments
 (0)