[Dune-devel] [Dune-Commit] [Commit] dune-common - 3ea9474: [parallel] Allow users to deactivate detection of MPI implementation.
Christian Engwer
christian.engwer at uni-muenster.de
Sun Mar 9 20:27:25 CET 2014
Hi Markus,
> [parallel] Allow users to deactivate detection of MPI implementation.
>
> If users are using MPI implementation that we did not think of, then
> configure fails with the error:
> configure: error: Could not identify MPI-package! Please send a
> bugreport and tell us what MPI-package you're using.
>
> This patch allows the user to deactive this check. Therefore he will
> be able to use DUNE as long as he provides the correct CXXFLAGS and
> LDFLAGS needed by MPI.
I think the better work-around in these situations is to set CXX to
mpicxx instead. Or doesn't this work?
Christian
More information about the Dune-devel
mailing list