Skip to content

Move mm::Context in the meumapps-ss app

DeWitt, Stephen requested to merge 71d/meumapps:master_move_context into master

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.

(Repeat from the ss_sundials branch)

Merge request reports