Skip to content
Snippets Groups Projects
Commit 2284f61a authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add CI runs based on Intel CL

parent 2f9e7dbc
No related branches found
No related tags found
1 merge request!481D Fixes
Pipeline #21975 failed
......@@ -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"
......
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