Skip to content

Move the MPI context out of the SS class for the meumapps-ss app

DeWitt, Stephen requested to merge 71d/meumapps:move_context into ss_sundials

Originally the SS class for the the meumapss-ss app had a mm::Context member variable that initialized MPI. This became a problem if I want to do anything before I construct an SS object. Notably, this became an issue when I pulled the Kokkos initialization out of mm::Context.

Merge request reports