Minor updates for Makefiles

This commit is contained in:
Thomas Roehl
2022-05-25 15:45:21 +02:00
parent 132ebabd45
commit ad5dbd85ea
2 changed files with 16 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# LIKWID version
LIKWID_VERSION = 5.2.1
LIKWID_INSTALLED_FOLDER=$(shell dirname $(shell which likwid-topology 2>/dev/null))
LIKWID_INSTALLED_FOLDER=$(shell dirname $(shell which likwid-topology 2>/dev/null) 2>/dev/null)
LIKWID_FOLDER="$(shell pwd)/likwid"