back to intel2018 [travis skip]

This commit is contained in:
edoapra 2019-12-02 18:34:45 -08:00
parent 73a7b843c0
commit b6dbd4ad17
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -53,7 +53,7 @@ variables:
variables:
GIT_CLEAN_FLAGS: -ffdx -e bin -e build -e install
script:
- if [ "$FC" == "ifort" ]; then source /opt/intel/inteloneapi/compiler/latest/env/vars.sh intel64; source /opt/intel/inteloneapi/mkl/latest/env/vars.sh intel64 ; source /opt/intel/inteloneapi/mpi/latest/env/vars.sh intel64 ; fi
- if [ "$FC" == "ifort" ]; then source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64 ; fi
- export NWCHEM_TOP=$CI_PROJECT_DIR
- if [ "$(lsb_release -i|cut -c 17-)" == "CentOS" ]; then export NWCHEM_TOP=$HOME/$CI_PROJECT_DIR ; fi
- if [ "$(lsb_release -i|cut -c 17-)" == "CentOS" ]; then mkdir -p $NWCHEM_TOP/bin/LINUX64 ; scp edo@10.0.2.2:gitlab/nwchem_centos8 $NWCHEM_TOP/bin/LINUX64/nwchem ; fi
@ -75,9 +75,7 @@ variables:
.intel_template: &intel_sourcing
before_script:
- source /opt/intel/inteloneapi/compiler/latest/env/vars.sh intel64
- source /opt/intel/inteloneapi/mkl/latest/env/vars.sh intel64
- source /opt/intel/inteloneapi/mpi/latest/env/vars.sh intel64
- source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64
- export NWCHEM_EXECUTABLE=${NWCHEM_TOP}/../binaries/nwchem_intel
- export FC=ifort