Merge branch 'master' of github.com:Azure/azurehpc

This commit is contained in:
Paul Edwards 2020-03-11 11:02:27 +00:00
Родитель 4c3bde594b 44bb9f7ec9
Коммит 42ba37b1a5
3 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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