From ffbbeaa01e71d16a3c1a3342c5f38c2a8db205c9 Mon Sep 17 00:00:00 2001 From: xywei Date: Tue, 28 Jul 2020 10:36:40 -0500 Subject: [PATCH] Use portable:pthread to avoid running on Titan V --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50b070b..5b8a311 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ Pylint: Python 3 POCL: script: - export PY_EXE=python3 - - export PYOPENCL_TEST=portable + - export PYOPENCL_TEST=portable:pthread - export HDF5_USE_FILE_LOCKING=FALSE - export EXTRA_INSTALL="pybind11 cython numpy pytest pytest-cov scipy mako wheel" - export PYTEST_FLAGS="--cov=volumential" @@ -135,7 +135,7 @@ Python 3 POCL Examples: Documentation Sphinx: script: - export PY_EXE=python3 - - export PYOPENCL_TEST=portable + - export PYOPENCL_TEST=portable:pthread - export EXTRA_INSTALL="pybind11 cython numpy pytest scipy mako wheel" - git submodule sync && git submodule update --init --recursive --remote - ((cd contrib/meshgen11_dealii/; ./build.sh) && echo "Using meshgen11_dealii.") || (echo "Using boxtree for meshgen.") -- GitLab