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

Makefile.kokkos lacks bounds checking option that CMake has #24

Closed
reberhardt7 opened this issue Jun 16, 2015 · 2 comments
Closed

Makefile.kokkos lacks bounds checking option that CMake has #24

reberhardt7 opened this issue Jun 16, 2015 · 2 comments

Comments

@reberhardt7
Copy link

Kokkos' CMake build system has an option for enabling bounds checking, but the Makefile-based build system doesn't look like it has a way to enable bounds checking. Does it?

@reberhardt7
Copy link
Author

Adding -DKOKKOS_EXPRESSION_CHECK to CXXFLAGS in my Makefile made bounds checking work:

CXXFLAGS = -O3 -DKOKKOS_EXPRESSION_CHECK

@crtrott
Copy link
Member

crtrott commented Jun 16, 2015

I am actually working on that option right now to get a more extensible and systematic naming of debug and profiling options.

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

No branches or pull requests

2 participants