Skip to content
Snippets Groups Projects
Commit 89bc4d52 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Update .gitlab-ci.yml

parent 06d90683
Branches
No related tags found
No related merge requests found
......@@ -7,12 +7,12 @@ stages:
build-intel:
stage: build
script:
- module load intel impi mkl cmake anaconda/3/2019.03 mpi4py
- module load intel impi mkl cmake anaconda/3/2019.03
- mkdir build_intel/
- cd build_intel/
- python -m venv sisso
- source sisso/bin/activate
- pip install mkl numpy scipy pandas pytest
- pip install mpi4py mkl numpy scipy pandas pytest
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64/
- cmake -C ../cmake/toolchains/intel_py.cmake ../
- make
......@@ -25,12 +25,12 @@ build-intel:
build-gnu:
stage: build
script:
- module load gcc impi mkl cmake anaconda/3/2019.03 mpi4py
- module load gcc impi mkl cmake anaconda/3/2019.03
- mkdir build_gcc/
- cd build_gcc/
- python -m venv sisso
- source sisso/bin/activate
- pip install mkl numpy scipy pandas pytest
- pip install mpi4py mkl numpy scipy pandas pytest
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64/
- cmake -C ../cmake/toolchains/gnu_py.cmake ../
- make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment