Skip to content

Commit

Permalink
add otf2 from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cvonelm committed Dec 13, 2024
1 parent 4345221 commit 062fe02
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install binutils-dev libiberty-dev libsensors-dev libpfm4-dev libaudit-dev libcupti-dev nvidia-cuda-toolkit nvidia-cuda-dev libradare2-dev
sudo apt-get install binutils-dev libiberty-dev libsensors-dev libpfm4-dev libaudit-dev libcupti-dev nvidia-cuda-toolkit nvidia-cuda-dev libradare2-dev libotf2-trace-dev
sudo pip install git-archive-all
- name: Cache OTF2
id: cache-otf2
uses: actions/cache@v2
with:
path: /opt/otf2/
key: ${{ matrix.os }}-otf2-${OTF2_VERSION}
- name: Install OTF2
if: steps.cache-otf2.outputs.cache-hit != 'true'
run: |
wget https://perftools.pages.jsc.fz-juelich.de/cicd/otf2/tags/otf2-${OTF2_VERSION}/otf2-${OTF2_VERSION}.tar.gz
tar -xf otf2-${OTF2_VERSION}.tar.gz
cd otf2-${OTF2_VERSION}
./configure --prefix=/opt/otf2
make -j2 install
- name: Run CMake configure
env:
CXX: ${{ matrix.compiler }}
Expand Down

0 comments on commit 062fe02

Please sign in to comment.