mirror of https://gitlab.com/QEF/q-e.git
Update .ci/cineca.yml
This commit is contained in:
parent
2d1744e610
commit
3b3ac8cc3b
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue