Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grudge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Andreas Klöckner
grudge
Commits
2284f61a
Commit
2284f61a
authored
4 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Add CI runs based on Intel CL
parent
2f9e7dbc
No related branches found
No related tags found
1 merge request
!48
1D Fixes
Pipeline
#21975
failed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+52
-0
52 additions, 0 deletions
.gitlab-ci.yml
with
52 additions
and
0 deletions
.gitlab-ci.yml
+
52
−
0
View file @
2284f61a
...
...
@@ -32,6 +32,24 @@ Python 3 POCL:
reports
:
junit
:
test/pytest.xml
Python 3 Intel
:
script
:
-
export PY_EXE=python3
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
source /opt/enable-intel-cl.sh
-
export PYOPENCL_TEST=intel(r):pu
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
-
python3
-
pocl
-
mpi
except
:
-
tags
artifacts
:
reports
:
junit
:
test/pytest.xml
Python 2.7 POCL MPI
:
script
:
-
export PY_EXE=python2.7
...
...
@@ -68,6 +86,25 @@ Python 3 POCL MPI:
reports
:
junit
:
test/pytest.xml
Python 3 Intel MPI
:
script
:
-
export PY_EXE=python3
-
source /opt/enable-intel-cl.sh
-
export PYOPENCL_TEST=intel(r):pu
-
export EXTRA_INSTALL="pybind11 numpy mako mpi4py pymetis"
-
export PYTEST_ADDOPTS="-k mpi"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
-
python3
-
pocl
-
mpi
except
:
-
tags
artifacts
:
reports
:
junit
:
test/pytest.xml
Python 3 POCL Examples
:
script
:
-
export PY_EXE=python3
...
...
@@ -82,6 +119,21 @@ Python 3 POCL Examples:
except
:
-
tags
Python 3 Intel Examples
:
script
:
-
export PY_EXE=python3
-
source /opt/enable-intel-cl.sh
-
export PYOPENCL_TEST=intel(r):pu
-
export EXTRA_INSTALL="pybind11 numpy mako mpi4py pyvisfile pymetis"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh
-
"
.
./build-py-project-and-run-examples.sh"
tags
:
-
python3
-
pocl
-
large-node
except
:
-
tags
Documentation
:
script
:
-
EXTRA_INSTALL="pybind11 numpy"
...
...
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