mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-04 21:13:00 -05:00
There is a problem compiling upstream Hierarchy::recalculateGalerkin() without MPI. Therefore we reimplement that method in our AMG version. Fixes will travel upstream. Apart from that we made sure that all types have a meaning even if there is no MPI found and that we at least have redistribute method to call even if using SequentialInformation. In that case the method does nothing but prevents compilation errors complaining about missing parallel functionality.