-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What steps will reproduce the problem?
1. Enable both ThrustGPU nodes in Kokkos, as well as Ifpack2
2. generate makefiles and compile
What is the expected output? What do you see instead?
When these packages are selected separately, compilation and testing succeeds.
Together, compilation fails.
Error message is related to a lack of a SparseOps type in
Kokkos::DefaultKernels for the ThrustGPU node type. Referenced file is
ironically named build_problem.hpp in the Ifpack2/test/belos directory.
What version of the product are you using? On what operating system?
Trilinos 11.4.2 on linux x86_64 3.8.0-33-generic #48-Ubuntu
Please provide any additional information below.
Goal is to use hybrid parallel platform with thrustgpu nodes, along with
Ifpack2 pre-conditioners and belos solvers for use in developing a nonlinear
solver for
further use in an FEA and Peridynamics code.
Original issue reported on code.google.com by [email protected] on 11 Mar 2014 at 11:47