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

Try to find where the bug in the testing script it

parent 02d1c4a0
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ stages:
build-intel:
stage: build
script:
- module load intel impi cmake anaconda/3/2019.03 mpi4py
- module load intel impi mkl cmake anaconda/3/2019.03 mpi4py
- mkdir build_intel/
- cd build_intel/
- conda create -p sisso/ python=3.7 mkl numpy scipy pandas pytest
......@@ -16,6 +16,8 @@ build-intel:
- cmake -C ../cmake/toolchains/intel_py.cmake ../
- make
- make install
- ls sisso/lib/
- readelf -d sisso/lib/python*/site-packages/sisso/_sisso.so
- cd ../
- pytest tests
tags:
......@@ -33,6 +35,8 @@ build-gnu:
- cmake -C ../cmake/toolchains/gnu_py.cmake ../
- make
- make install
- ls sisso/lib/
- readelf -d sisso/lib/python*/site-packages/sisso/_sisso.so
- cd ../
- pytest tests
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment