Skip to content
Snippets Groups Projects
Commit 4abdef8d authored by Philipp Arras's avatar Philipp Arras
Browse files

Install omp

parent f72d3097
No related branches found
No related tags found
No related merge requests found
Pipeline #119308 passed
......@@ -8,7 +8,7 @@ test_syclcc:
image: debian:testing-slim
stage: tests
script:
- apt-get update && apt-get install -qq git clang python3-pip python3-pybind11 pybind11-dev python3-scipy make cmake libboost-context-dev libboost-fiber-dev
- apt-get update && apt-get install -qq git clang python3-pip python3-pybind11 pybind11-dev python3-scipy make cmake libboost-context-dev libboost-fiber-dev libomp-dev
- cd hipSYCL && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX="../install" .. && make install && cd ../..
- cd ducc && DUCC0_OPTIMIZATION=native pip install --user . && cd ..
- make omp && python3 test.py
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