ornladios / ADIOS2-Examples

Application examples for the ADIOS2 I/O library https://github.com/ornladios/ADIOS2. This is Work in Progress.
Apache License 2.0
20 stars 16 forks source link

Gray-Scott code using Kokkos #77

Closed anagainaru closed 1 year ago

anagainaru commented 1 year ago

For now it's a direct translation from the code in cpp/gray-scott/simulation without any optimization replacing the std::vector with Kokkos::View (with all the logic behind).