Add READMEs and Makefile to build and integrate LIKWID

This commit is contained in:
Thomas Roehl
2021-03-27 13:39:43 +01:00
parent 5c5e8b8f2d
commit bc5d4b288e
4 changed files with 94 additions and 25 deletions

View File

@@ -1,7 +1,13 @@
# LIKWID version
LIKWID_VERSION = 5.1.0
# Target user for LIKWID's accessdaemon
DAEMON_USER=root
# Target group for LIKWID's accessdaemon
DAEMON_GROUP=root
#################################################
# No need to change anything below this line
#################################################
INSTALL_FOLDER = ./likwid
BUILD_FOLDER = ./likwid/build