Skip to content

Improve MPI encapsulation in par_vec module

Sebastian Ohlmann requested to merge par_vec_mpi_encapsulation into develop

Description

Only use HAVE_MPI around the MPI calls. This reduces the need to use HAVE_MPI in other parts of the code. This makes the code better readable.

Merge request reports