Skip to content
Snippets Groups Projects
Commit a518524c authored by Christian Engwer's avatar Christian Engwer
Browse files

* Disable MPI by default.

* To enable MPI you have to run configure with --enable-parallel.

[[Imported from SVN: r4910]]
parent 664f5a12
No related branches found
No related tags found
No related merge requests found
......@@ -65,13 +65,12 @@ AC_DEFUN([DUNE_MPI],[
# enable/disable parallel features
AC_ARG_ENABLE(parallel,
AC_HELP_STRING([--disable-parallel],
[Disable the parallel features of Dune.
By default configure will try to enable the parallel features
and will try to determine your MPI automatically. You can
overwrite this setting by specifying the MPICC veriable]),
AC_HELP_STRING([--enable-parallel],
[Enable the parallel features of Dune. If enabled
configure will try to determine your MPI automatically. You can
overwrite this setting by specifying the MPICC variable]),
[with_parallel=$enableval],
[with_parallel=yes]
[with_parallel=no]
)
AC_SUBST(ENABLE_PARALLEL, "$with_parallel")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment