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

Intel compiler error with tuple_storage #83

Open
brandonneth opened this issue Sep 4, 2021 · 0 comments
Open

Intel compiler error with tuple_storage #83

brandonneth opened this issue Sep 4, 2021 · 0 comments

Comments

@brandonneth
Copy link

When compiling RAJA with Intel+OpenMPI (19 or 21), I get the following error:

In file included from /g/g15/neth3/RAJA/include/RAJA/util/camp_aliases.hpp(31),
                 from /g/g15/neth3/RAJA/include/RAJA/policy/PolicyBase.hpp(21),
                 from /g/g15/neth3/RAJA/include/RAJA/index/IndexSet.hpp(29),
                 from /g/g15/neth3/RAJA/include/RAJA/index/IndexSetBuilders.hpp(23),
                 from /g/g15/neth3/RAJA/src/AlignedRangeIndexSetBuilders.cpp(24):
/g/g15/neth3/libs/include/camp/tuple.hpp(110): error: cannot overload functions distinguished by return type alone
      CAMP_HOST_DEVICE CAMP_CONSTEXPR14 Type& get_inner() noexcept { return val; }
                                              ^

In file included from /g/g15/neth3/RAJA/include/RAJA/util/camp_aliases.hpp(31),
                 from /g/g15/neth3/RAJA/include/RAJA/policy/PolicyBase.hpp(21),
                 from /g/g15/neth3/RAJA/include/RAJA/index/IndexSet.hpp(29),
                 from /g/g15/neth3/RAJA/include/RAJA/index/IndexSetBuilders.hpp(23),
                 from /g/g15/neth3/RAJA/src/AlignedRangeIndexSetBuilders.cpp(24):
/g/g15/neth3/libs/include/camp/tuple.hpp(134): error: cannot overload functions distinguished by return type alone
      CAMP_HOST_DEVICE CAMP_CONSTEXPR14 Type& get_inner() noexcept
                                              ^

make[2]: *** [CMakeFiles/RAJA.dir/src/AlignedRangeIndexSetBuilders.cpp.o] Error 2
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

1 participant