-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cray clang compiler errors (#2392)
* fix cray clang compile issue ``` include/alpaka/acc/TagAccIsEnabled.hpp:34:66: error: template template argument has different template parameters than its corresponding template template parameter 34 | using EnabledAccTags = alpaka::meta::Filter<AccTags, alpaka::AccIsEnabled>; | ^ ``` * fix cray clang OpenMP linker issues CMake is not setting the linker flag `-fopenmp` for the cray clang compiler. * remove clang `-frelaxed-template-template-args` remove clang workaround
- Loading branch information
1 parent
5c5a690
commit 4301981
Showing
2 changed files
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters