Amesos2: Potential fix for issue #2270
Created by: ndellingwood
Fix multi-vector get1dCopy code error for non-contiguous GID case. Re-enable tests when DEBUG is enabled.
@trilinos/amesos2
Description
Fix #2270 for broken non-contiguous GID cases (found in debug builds).
How Has This Been Tested?
Local laptop (gcc/6.3) with mpi and debug modes enabled.
Checklist
-
My commit messages mention the appropriate GitHub issue numbers. -
My code follows the code style of the affected package(s). -
All new and existing tests passed. -
No new compiler warnings were introduced.