galileo runner commented out from gitlab-ci.yml

This commit is contained in:
Pietro Delugas 2018-02-05 17:13:19 +01:00
parent e654641f3a
commit 71a2981d93
1 changed files with 12 additions and 12 deletions

View File

@ -44,15 +44,15 @@ build:cp:
#### BUILDS ON GALILEO ####
build:intel:
tags: [galileo]
script:
- module load intel/pe-xe-2017--binary intelmpi/2017--binary mkl/2017--binary
- ./configure --enable-openmp
- make pw cp
- export OMP_NUM_THREADS=2
- cd test-suite
- mkdir -p /tmp/save
- make run-tests-pw-parallel
- make run-tests-cp-parallel
- rm -r /tmp/save
#build:intel:
# tags: [galileo]
# script:
# - module load intel/pe-xe-2017--binary intelmpi/2017--binary mkl/2017--binary
# - ./configure --enable-openmp
# - make pw cp
# - export OMP_NUM_THREADS=2
# - cd test-suite
# - mkdir -p /tmp/save
# - make run-tests-pw-parallel
# - make run-tests-cp-parallel
# - rm -r /tmp/save