Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Request minimum 3.0 MPI version for MPI_CXX_* constants
Otherwise, cmake might still use a pre-3.0 MPI implementation (for example MS-MPI), that could compile on c++, but will not support MPI_CXX_* constants that amgcl uses. You could still want to support pre-3.0 MPI implementations, but then you would need to prevent the use of `std::complex` and replace it with something more C like.
- Loading branch information