From cece3f43ca5d368030960971d2b0abd5a7ec13f5 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Uwe=20K=C3=B6cher?= <koecher@hsu-hamburg.de>
Date: Fri, 23 Oct 2015 10:26:27 +0200
Subject: [PATCH] deal.II: ubuntu12 compiler set help message

---
 deal.II/platforms/supported/ubuntu12.platform | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/deal.II/platforms/supported/ubuntu12.platform b/deal.II/platforms/supported/ubuntu12.platform
index 8d500b3..0a0cf09 100644
--- a/deal.II/platforms/supported/ubuntu12.platform
+++ b/deal.II/platforms/supported/ubuntu12.platform
@@ -9,7 +9,11 @@
 #        git libblas-dev liblapack-dev libblas3gf liblapack3gf splint \
 #        tcl tcl-dev libsuitesparse-dev libtool libboost-all-dev qt4-dev-tools
 # 
-# Then reboot and run candi again.
+# Then reboot.
+# 
+# Afterwards, you should set your compilers safely:
+# > export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77
+# and rerun candi again.
 ##
 
 #
-- 
2.39.5