Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cpp_sisso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
cpp_sisso
Commits
9976e4d1
Commit
9976e4d1
authored
4 years ago
by
Thomas Purcell
Browse files
Options
Downloads
Patches
Plain Diff
Try to find where the bug in the testing script it
parent
02d1c4a0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-1
5 additions, 1 deletion
.gitlab-ci.yml
with
5 additions
and
1 deletion
.gitlab-ci.yml
+
5
−
1
View file @
9976e4d1
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment