Skip to content

Kokkos,Tpetra: Fix #4094

James Willenbring requested to merge Fix-4094 into develop

Created by: mhoemmen

@trilinos/kokkos @trilinos/tpetra

Description

Fix #4094 (closed) by patching Kokkos to fix https://github.com/kokkos/kokkos/issues/1951. Fix some Tpetra build warnings.

Motivation and Context

Build with Scalar=complex<double> enabled was broken.

Related Issues

It's blocked in a sense; we need to fix Kokkos, else this is only a temporary fix that will get clobbered on the next Kokkos-to-Trilinos promotion.

How Has This Been Tested?

Linux, GCC 4.9.3, OpenMP, OpenMPI 1.10.1.

Merge request reports

Loading