Get DTK to work with Tpetra deprecated code turned off
ikalash opened this issue · 0 comments
ikalash commented
I discovered DTK does not work with
-D Tpetra_ENABLE_DEPRECATED_CODE:BOOL=OFF \
-D Xpetra_ENABLE_DEPRECATED_CODE:BOOL=OFF \
due to the doPostsAndWaits
routine in Tpetra having been rewritten to work with Kokkos:Views rather than Teuchos:Arrays (see trilinos/Trilinos#10202). Need to fix this this week so that LCM does not break when the Tpetra deprecated code is removed from Trilinos.