Closed ndellingwood closed 4 months ago
Do I need to be part of a metagroup to access that system? It's not letting me in.
or, could you please try this:
diff --git a/common/unit_test/Test_Common_AlignPtrTo.hpp b/common/unit_test/Test_Common_AlignPtrTo.hpp
index f60887cd8..760cddd5a 100644
--- a/common/unit_test/Test_Common_AlignPtrTo.hpp
+++ b/common/unit_test/Test_Common_AlignPtrTo.hpp
@@ -136,7 +136,7 @@ void test_alignPtrTo() {
int errs;
Kokkos::parallel_reduce(
- Kokkos::RangePolicy(space, 0, teamSize),
+ Kokkos::RangePolicy<ExecSpace>(space, 0, teamSize),
KOKKOS_LAMBDA(int i, int &lerr) { lerr += (results(i) != i); }, errs);
// if SYCL is enabled, only TEST_FN 1 and 4 should work
@cwpearson good catch, I forgot older versions of gcc struggle with ctad, I'll test that now Re: metagroup - I think you can put in a request through sems to be added as a user which will handle being added as necessary to metagroups etc. , here's the link: https://sems-atlassian-son.sandia.gov/jira/servicedesk/customer/portal/4
@cwpearson that resolved it, would you like me to put in a PR or would you like to?
Go for it!
Nightly cuda/11.1 + gcc/8.3.0 builds fail to compile Test_Common_AlignPtrTo.hpp following merge of #2262
Output:
Other Cuda+Gcc combos did not show this error, so this is likely a compiler issue and not a bug. @cwpearson can you investigate?
Reproducer configuration notes (machine sogpu01.sandia.gov):