Skip to content

Commit acfb4f6

Browse files
committed
Update centos74-hpc.ks and centos75-hpc.ks to pull l_mpi-rt_p_5.1.3.223.tgz from http://olcentgbl-masters.trafficmanager.net/openlogic/ instead of http://olcentwus.cloudapp.net/openlogic
1 parent 1fb2462 commit acfb4f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ks/azure/centos74-hpc.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ EOF
227227
MPI="l_mpi-rt_p_5.1.3.223"
228228
CFG="IntelMPI-v5.x-silent.cfg"
229229
##curl -so /tmp/${MPI}.tgz http://192.168.40.171/azure/${MPI}.tgz ## Internal link to MPI package
230-
curl -so /tmp/${MPI}.tgz http://olcentwus.cloudapp.net/openlogic/${MPI}.tgz ## Link to MPI package
230+
curl -so /tmp/${MPI}.tgz http://olcentgbl-masters.trafficmanager.net/openlogic/${MPI}.tgz ## Link to MPI package
231231
curl -so /tmp/${CFG} https://raw.githubusercontent.com/szarkos/AzureBuildCentOS/master/config/azure/${CFG}
232232
tar -C /tmp -zxf /tmp/${MPI}.tgz
233233
/tmp/${MPI}/install.sh --silent /tmp/${CFG}

ks/azure/centos75-hpc.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ EOF
235235
MPI="l_mpi-rt_p_5.1.3.223"
236236
CFG="IntelMPI-v5.x-silent.cfg"
237237
##curl -so /tmp/${MPI}.tgz http://192.168.40.171/azure/${MPI}.tgz ## Internal link to MPI package
238-
curl -so /tmp/${MPI}.tgz http://olcentwus.cloudapp.net/openlogic/${MPI}.tgz ## Link to MPI package
238+
curl -so /tmp/${MPI}.tgz http://olcentgbl-masters.trafficmanager.net/openlogic/${MPI}.tgz ## Link to MPI package
239239
curl -so /tmp/${CFG} https://raw.githubusercontent.com/szarkos/AzureBuildCentOS/master/config/azure/${CFG}
240240
tar -C /tmp -zxf /tmp/${MPI}.tgz
241241
/tmp/${MPI}/install.sh --silent /tmp/${CFG}

0 commit comments

Comments
 (0)