runtime error on macOS: uncaught exception of type Teuchos::Exceptions::InvalidParameterType
Summary
Spiral inflector simulation crashes with uncaught exception (see below) on macOS. On Linux this error does not occur!
Steps to reproduce
Run Daniel spiral inflector simulation
Relevant logs and/or screenshots
OPAL> * --------------------------------- Start tracking ------------------------------------ *
libc++abi.dylib: terminating with uncaught exception of type Teuchos::Exceptions::InvalidParameterType: Error! An attempt was made to access parameter "Nullspace" of type "Teuchos::RCP<Xpetra::MultiVector<double, int, int, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >"
in the parameter (sub)list "ANONYMOUS->user data"
using the incorrect type "Teuchos::RCP<Tpetra::MultiVector<double, int, int, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace>, false> >"!