We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63de56b commit 76d4a8dCopy full SHA for 76d4a8d
.github/workflows/soa-benchmark-vtune.yml
@@ -10,11 +10,14 @@ jobs:
10
soa-benchmark:
11
runs-on: cern-nextgen-h100
12
container: registry.cern.ch/ngt-wp1.7/wp1.7-soa-benchmark:latest
13
+ env:
14
+ PATH: /opt/intel/oneapi/vtune/latest/bin64:$PATH
15
+ BUILD_DIR: ${{github.workspace}}-vtune
16
steps:
17
- uses: actions/checkout@v4
18
- name: run benchmarks
19
run: |
- echo "export PATH=/opt/intel/oneapi/vtune/latest/bin64:$PATH" >> $GITHUB_ENV
20
+ # echo "export PATH=/opt/intel/oneapi/vtune/latest/bin64:$PATH" >> $GITHUB_ENV
21
env
22
find /opt/intel/oneapi/vtune/latest/bin64/vtune
23
vtune --help
0 commit comments