Warnings when releasing resources
Error message when finalizing code:
Kokkos allocation "DualView::modified_flags" is being deallocated after Kokkos::finalize was called
This behavior is incorrect Kokkos usage, and will crash in future releases
Solution is to enclose code creating trilinos arrays with braces.