We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc: @carstenbauer
The text was updated successfully, but these errors were encountered:
FWIW, Travis config file in the LIKWID repo:
language: c compiler: gcc install: true dist: trusty sudo: required addons: { apt: { sources: [ ubuntu-toolchain-r-test ], packages: [ "gcc-7" ] } } script: - sed -i -e s+'CC = gcc.*'+'CC = gcc-7'+g make/include_GCC.mk - make && sudo make install - /usr/local/bin/likwid-topology -c -C -g - /usr/local/bin/likwid-pin -p - sudo modprobe msr - ls -la /dev/cpu/* - ls -la /usr/local/sbin/* - make -C test streamGCC - /usr/local/bin/likwid-perfctr -i - /usr/local/bin/likwid-bench -t copy -w N:100MB:2
Sorry, something went wrong.
I setup a basic buildkite https://buildkite.com/julialang/likwid-dot-jl/builds/1#46e2ec45-c934-45ee-bd0f-6a4c66c62d30
Successfully merging a pull request may close this issue.
cc: @carstenbauer
The text was updated successfully, but these errors were encountered: