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

Install MPI for CI

parent ee91a936
No related branches found
No related tags found
No related merge requests found
Python 2.7 POCL:
Python 2.7 POCL MPI:
script:
- export PY_EXE=python2.7
- export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="numpy mako"
- export EXTRA_INSTALL="numpy mako mpi4py"
- 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:
- python2.7
- pocl
- mpi
except:
- tags
Python 3.5 POCL MPI:
script:
- export PY_EXE=python3.5
- export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="numpy mako mpi4py"
- 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.5
- pocl
- mpi
except:
- 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