mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
scp hack between host and guest to get VBox going [travis skip]
This commit is contained in:
parent
5f6a81ee02
commit
ebce8a0d01
1 changed files with 3 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ variables:
|
|||
script:
|
||||
- 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
|
||||
- if [ "$FC" == "ifort" ]; then source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64; fi
|
||||
- if [ "$FC" == "ifort" ]; then export NWCHEM_EXECUTABLE=${NWCHEM_TOP}/../binaries/nwchem_intel; fi
|
||||
- if [ "$FC" == "flang" ]; then export NWCHEM_EXECUTABLE=${NWCHEM_TOP}/../binaries/nwchem_flang; fi
|
||||
|
|
@ -104,7 +105,8 @@ linux64_centos8:build_gcc:
|
|||
SCALAPACK_LIB: "-L/usr/lib64/mpich/lib -lscalapack"
|
||||
PATH: "/usr/lib64/mpich/bin/:/usr/bin:/bin:."
|
||||
ARMCI_NETWORK: "MPI-TS"
|
||||
tags:
|
||||
after_script:
|
||||
- scp ${NWCHEM_TOP}/bin/LINUX64/nwchem edo@10.0.2.2:gitlab/nwchem_centos8
|
||||
- centos8
|
||||
|
||||
linux64_ubuntu:build_gcc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue