CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Add Kokkos initialize and finalize fortran interfaces #222

Closed tghaddar closed 4 years ago

tghaddar commented 4 years ago
  1. This branch adds interfaces to call Kokkos::initialize and Kokkos::finalize from a Fortran front end.
  2. It also adds in a macro FUTILITY_HAVE_Kokkos. This in case Futility is built with Kokkos but not Trilinos.

On Ben Collin's recommendation, I'm assigning Aaron Graham to review.

stimpsonsg commented 4 years ago

Let's hold this until the build issues from the previous MR are resolved.