Skip to content

Commit bd16c7f

Browse files
committed
Try to find vtune
1 parent 6cc50ed commit bd16c7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/soa-benchmark-vtune.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ jobs:
1212
container: registry.cern.ch/ngt-wp1.7/wp1.7-soa-benchmark:latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: build and compile
16-
run: |
17-
cmake -B ${{github.workspace}}-vtune
18-
cmake --build ${{github.workspace}}-vtune
1915
- name: run benchmarks
2016
run: |
2117
env
18+
find vtune
2219
source /opt/intel/oneapi/vtune/setvars.sh
2320
env
2421
vtune --help

0 commit comments

Comments
 (0)