Skip to content

[scalarproduct] Add constructor taking a shared_ptr<const Comm>

Timo Koch requested to merge feature/scalar-product-lifetime-comm into master

The parallel scalar product is useless without the communication. This MR makes it possible to construct a scalar product that manages the lifetime of it's communication.

Edited by Timo Koch

Merge request reports