Skip to content

fixing two bugs which result in crashes on a 24-core a64fx (related to issue #599) #207

fixing two bugs which result in crashes on a 24-core a64fx (related to issue #599)

fixing two bugs which result in crashes on a 24-core a64fx (related to issue #599) #207

Workflow file for this run

name: LIKWID Build Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-x86-accessdaemon:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make accessdaemon
run: make ACCESSMODE=accessdaemon
build-x86-perfevent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make perf_event
run: make ACCESSMODE=perf_event