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

Fix Makefile for simple-kernel-timer and space-time-stack #241

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

masterleinad
Copy link
Contributor

Fixes #240.

@vlkale vlkale added the Build Building Kokkos tools label Feb 22, 2024
SHARED_CXXFLAGS=-shared -fPIC

all: kp_kernel_timer.so kp_reader kp_json_writer

MAKEFILE_PATH := $(subst Makefile,,$(abspath $(lastword $(MAKEFILE_LIST))))

CXXFLAGS+=-I${MAKEFILE_PATH} -I${MAKEFILE_PATH}/../../common/makefile-only -I${MAKEFILE_PATH}../all
CXXFLAGS+=-I${MAKEFILE_PATH} -I${MAKEFILE_PATH}/../../common/makefile-only -I${MAKEFILE_PATH}../all -I${MAKEFILE_PATH}../../common
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good for now. A minor comment is that I wonder if this could be abstracted out into a make.def file to be accessed by any Kokkos Tools utility.

@vlkale
Copy link
Contributor

vlkale commented Feb 22, 2024

@masterleinad Thanks for this!

@dalg24 dalg24 merged commit 758d979 into kokkos:develop Feb 23, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Building Kokkos tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Name demangler broke Makefile builds
3 participants