Skip to content

Commit

Permalink
Update packages/tpetra/core/src/Tpetra_Import_Util2.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Arndt <[email protected]>
  • Loading branch information
ndellingwood and masterleinad authored Nov 2, 2023
1 parent dfcec4f commit 013025d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/tpetra/core/src/Tpetra_Import_Util2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1311,10 +1311,6 @@ lowCommunicationMakeColMapAndReindex (
const int PID = owningPIDs_view[j];
auto outcome = RemoteGIDs_view_map.insert(GID, PID);
if(outcome.success() && PID == -1) {
// FIXME_SYCL Enable again once a SYCL conforming printf implementation is available.
#ifndef KOKKOS_ENABLE_SYCL
printf("Cannot figure out if ID is owned.\n");
#endif
Kokkos::abort("Cannot figure out if ID is owned.\n");
}
}
Expand Down

0 comments on commit 013025d

Please sign in to comment.