From: Lukas van de Wiel Date: Mon, 7 Aug 2017 13:29:11 +0000 (+0200) Subject: small grammatical thingy X-Git-Tag: v0.8.5~3^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8425b8cdc66fc372190a7b37f35dc27ef3cc8252;p=candi.git small grammatical thingy --- diff --git a/candi.sh b/candi.sh index abd9a63..f473b26 100755 --- a/candi.sh +++ b/candi.sh @@ -928,7 +928,7 @@ if [ -z "$CC" ] || [ -z "$CXX" ] || [ -z "$FC" ] || [ -z "$FF" ]; then cecho ${WARN} "One or multiple compiler variables (CC,CXX,FC,FF) are not set." cecho ${INFO} "Please read your platform information above carefully," cecho ${INFO} " how you get those compilers installed and set up!" - cecho ${INFO} "Usually, mpicc, mpicxx, mpif90 and mpif77 should be the values." + cecho ${INFO} "Usually the values should be: mpicc, mpicxx, mpif90 and mpif77." cecho ${WARN} "It is strongly recommended to set them to guarantee the same compilers for all dependencies." echo fi