Closed mperego closed 8 years ago
the erroroneous statement
if (src.getDualView ().modified_device >= src.getDualView ().modified_host) {
should be
if (src.getDualView ().modified_device() >= src.getDualView ().modified_host() ) {
Thanks! I'm testing this now, then I'll commit the change.
Bug fixed. Thanks again. Mauro
It's probably related with new Kokkos Views. See my configuration script and error that I get.
Thanks!
Mauro
do-trilinos-experimental.txt error.txt