diff --git a/.ci/daint.cscs.ch/cray.test.sh b/.ci/daint.cscs.ch/cray.test.sh index ee5df55151b..f98212e1e06 100755 --- a/.ci/daint.cscs.ch/cray.test.sh +++ b/.ci/daint.cscs.ch/cray.test.sh @@ -1,13 +1,12 @@ #!/bin/bash -l #SBATCH --export=ALL -#SBATCH --exclusive #SBATCH --constraint="gpu" #SBATCH --partition="cscsci" #SBATCH --nodes=1 #SBATCH --ntasks-per-node=4 #SBATCH --cpus-per-task=3 -#SBATCH --ntasks-per-core=1 # 1=no HT, 2=HT +#SBATCH --hint=nomultithread set -o errexit set -o nounset diff --git a/.ci/daint.cscs.ch/gnu.test.sh b/.ci/daint.cscs.ch/gnu.test.sh index 2ed9c13b050..49f7aba7d63 100755 --- a/.ci/daint.cscs.ch/gnu.test.sh +++ b/.ci/daint.cscs.ch/gnu.test.sh @@ -1,13 +1,12 @@ #!/bin/bash -l #SBATCH --export=ALL -#SBATCH --exclusive #SBATCH --constraint="gpu" #SBATCH --partition="cscsci" #SBATCH --nodes=1 #SBATCH --ntasks-per-node=4 #SBATCH --cpus-per-task=3 -#SBATCH --ntasks-per-core=1 # 1=no HT, 2=HT +#SBATCH --hint=nomultithread set -o errexit set -o nounset diff --git a/.ci/daint.cscs.ch/intel.test.sh b/.ci/daint.cscs.ch/intel.test.sh index 0e3497a7cf0..b4f211382d6 100755 --- a/.ci/daint.cscs.ch/intel.test.sh +++ b/.ci/daint.cscs.ch/intel.test.sh @@ -1,13 +1,12 @@ #!/bin/bash -l #SBATCH --export=ALL -#SBATCH --exclusive #SBATCH --constraint="gpu" #SBATCH --partition="cscsci" #SBATCH --nodes=1 #SBATCH --ntasks-per-node=4 #SBATCH --cpus-per-task=3 -#SBATCH --ntasks-per-core=1 # 1=no HT, 2=HT +#SBATCH --hint=nomultithread set -o errexit set -o nounset diff --git a/.ci/daint.cscs.ch/ocl.test.sh b/.ci/daint.cscs.ch/ocl.test.sh index c7a180bd22e..aecffdac8ea 100755 --- a/.ci/daint.cscs.ch/ocl.test.sh +++ b/.ci/daint.cscs.ch/ocl.test.sh @@ -1,13 +1,12 @@ #!/bin/bash -l #SBATCH --export=ALL -#SBATCH --exclusive #SBATCH --constraint="gpu" #SBATCH --partition="cscsci" #SBATCH --nodes=1 #SBATCH --ntasks-per-node=4 #SBATCH --cpus-per-task=3 -#SBATCH --ntasks-per-core=1 # 1=no HT, 2=HT +#SBATCH --hint=nomultithread set -o errexit set -o nounset