Tpetra,Teuchos: Fix #4225
Created by: mhoemmen
@trilinos/tpetra @trilinos/teuchos
Tpetra's ImportExport2_UnitTests and FixedHashTable tests now pass. Tpetra::Details::getArrayViewFromDualView and a TeuchosKokkosCompat function now uses the work-around required by Teuchos::ArrayView's constructor in a debug build. ImportExport2_UnitTests no longer redefines that function.
I also added TPETRA_VERBOSE output to CrsMatrix communication functions and CrsMatrix's transferAndFillComplete, and replaced a HAVE_TPETRA_DEBUG region in transferAndFillComplete with a run-time - controlled debug mode check.
Related Issues
- Closes #4225 (closed)