Update .ci/cineca.yml

This commit is contained in:
Pietro Delugas 2022-07-08 07:26:07 +00:00
parent 2d1744e610
commit 3b3ac8cc3b
1 changed files with 13 additions and 13 deletions

View File

@ -72,19 +72,19 @@ pgi serial k80:
- make run-tests-cp-serial
pgi serial v100 :
tags: [galileo,v100]
script:
- module purge
- module load profile/global hpc-sdk/20.9--binary mkl/2019--binary python
- ./configure --disable-parallel --enable-openmp --with-cuda-runtime=10.1 --with-cuda-cc=70 --with-cuda=yes --enable-cuda-env-check=no
- make -j pw cp
- if [ -z ${SLURM_CPUS_PER_TASK} ]; then export OMP_NUM_THREADS=1; else export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK; fi
- echo "Using $OMP_NUM_THREADS threads"
- cd test-suite
- make clean
- make run-tests-pw-serial
- make run-tests-cp-serial
#pgi serial v100 :
# tags: [galileo,v100]
# script:
# - module purge
# - module load profile/global hpc-sdk/20.9--binary mkl/2019--binary python
# - ./configure --disable-parallel --enable-openmp --with-cuda-runtime=10.1 --with-cuda-cc=70 --with-cuda=yes --enable-cuda-env-check=no
# - make -j pw cp
# - if [ -z ${SLURM_CPUS_PER_TASK} ]; then export OMP_NUM_THREADS=1; else #export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK; fi
# - echo "Using $OMP_NUM_THREADS threads"
# - cd test-suite
# - make clean
# - make run-tests-pw-serial
# - make run-tests-cp-serial
pgi207 power v100:
tags: [marconi100]