зеркало из https://github.com/Azure/azurehpc.git
Merge branch 'master' of github.com:Azure/azurehpc
This commit is contained in:
Коммит
42ba37b1a5
|
@ -1,10 +1,10 @@
|
|||
# -------------------------------------------------------------------------
|
||||
packages:
|
||||
openmpi@4.0.2:
|
||||
openmpi:
|
||||
modules:
|
||||
openmpi@4.0.2%gcc@9.2.0: mpi/openmpi-4.0.2
|
||||
buildable: False
|
||||
mvapich2@2.3.2:
|
||||
mvapich2:
|
||||
modules:
|
||||
mvapich2@2.3.2%gcc@9.2.0: mpi/mvapich2-2.3.2
|
||||
buildable: False
|
||||
|
@ -16,7 +16,7 @@ packages:
|
|||
paths:
|
||||
intel-mpi@2019.5.281: /opt/intel/compilers_and_libraries_2019.5.281/linux/mpi
|
||||
buildable: False
|
||||
gcc@9.2.0:
|
||||
gcc:
|
||||
modules:
|
||||
gcc@9.2.0: gcc-9.2.0
|
||||
buildable: False
|
||||
|
|
|
@ -29,7 +29,7 @@ if [ "$1" != "" ]; then
|
|||
tag=tags/$1
|
||||
else
|
||||
sudo yum install -y epel-release > {logfile} 2>&1
|
||||
sudo yum install -y pssh nc >> {logfile} 2>&1
|
||||
sudo yum install -y pssh nc jq >> {logfile} 2>&1
|
||||
|
||||
# setting up keys
|
||||
cat <<EOF > ~/.ssh/config
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# set to permissive for now (until reboot)
|
||||
setenforce 0
|
||||
# prep to have selinux disabled after reboot
|
||||
sed -i 's/SELINUX=.*$/SELINUX=disabled/g' /etc/selinux/config
|
||||
|
|
Загрузка…
Ссылка в новой задаче