From: maier Date: Wed, 13 Mar 2013 10:20:32 +0000 (+0000) Subject: CMake: Add some more documentation stuff X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c861943bcdcb4dea03983aa7ad9b72fdb20e2c7f;p=dealii-svn.git CMake: Add some more documentation stuff git-svn-id: https://svn.dealii.org/trunk@28880 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Config.sample b/deal.II/doc/development/Config.sample index f1788fe7fc..19a4cf0823 100644 --- a/deal.II/doc/development/Config.sample +++ b/deal.II/doc/development/Config.sample @@ -242,8 +242,13 @@ # # Automatic detection: # -# Set CMAKE_C_COMPILER and CMAKE_CXX_COMPILER to the appropriate MPI -# wrapper. +# The best way to force a specific MPI implementation to be used is to set +# set CMAKE_C_COMPILER and CMAKE_CXX_COMPILER to the appropriate MPI wrapper. +# Alternatively, specify the mpi wrappers that will be queried for the mpi +# link interface: +# +# SET(MPI_C_COMPILER "mpicc" CACHE STRING "") +# SET(MPI_CXX_COMPILER "mpicxx" CACHE STRING "") # # Manual setup: #