Skip to content

Commit

Permalink
linux test openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed May 30, 2024
1 parent c85a2ed commit 1cdc8e7
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
strategy:
fail-fast: false
matrix:
# backends: [ ruy, mkl, openblas ]
# openmp: [ "", openmp ]
backends: [ mkl ]
openmp: [ "" ]
backends: [ ruy, mkl, openblas ]
openmp: [ "", openmp ]
# backends: [ mkl ]
# openmp: [ "" ]
runs-on: ubuntu-latest
env:
LIBRARY_PATH: /usr/lib/x86_64-linux-gnu
Expand Down Expand Up @@ -90,16 +90,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build -vv --no-default-features -F "${{ matrix.backends }} ${{ matrix.openmp }}"
# env:
# LIBRARY_PATH: /usr/lib/x86_64-linux-gnu
# CXXFLAGS: -std=c++17
- name: Run tests
run: |
ls -la /usr/lib/x86_64-linux-gnu
cargo test -vv --no-default-features -F "${{ matrix.backends }} ${{ matrix.openmp }}"
# env:
# LIBRARY_PATH: /usr/lib/x86_64-linux-gnu
# LD_LIBRARY_PATH: /opt/intel/lib/intel64
run: cargo test -vv --no-default-features -F "${{ matrix.backends }} ${{ matrix.openmp }}"
#
# build-windows:
# strategy:
Expand Down

0 comments on commit 1cdc8e7

Please sign in to comment.