Skip to content
New issue

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

Setup CI #4

Closed
vchuravy opened this issue Sep 2, 2021 · 2 comments · Fixed by #6
Closed

Setup CI #4

vchuravy opened this issue Sep 2, 2021 · 2 comments · Fixed by #6

Comments

@vchuravy
Copy link
Member

vchuravy commented Sep 2, 2021

cc: @carstenbauer

@carstenbauer
Copy link
Member

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

@vchuravy
Copy link
Member Author

vchuravy commented Sep 3, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants