From 0c25981755ce8e7a39e0e2f07e035afb957fcdeb Mon Sep 17 00:00:00 2001 From: vishal jambhekar <vishal.jambhekar@iws.uni-stuttgart.de> Date: Tue, 3 Mar 2015 13:44:35 +0000 Subject: [PATCH] The README file: The compiler version with segmentation fault is updated (Reviewed by Bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14318 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/multidomain/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/multidomain/README b/test/multidomain/README index f7edb63d78..0b9336b5ca 100755 --- a/test/multidomain/README +++ b/test/multidomain/README @@ -17,8 +17,8 @@ If UG is installed for parallel usage, dune-grid has to be patched. See the patches directory for more information. On some machines, some compilers with full optimization -O3 might produce -executables that yield segmentation faults. In this case, reduce the -optimization level or try a different compiler. If you still encounter -segmentation faults, make sure that UG, all DUNE libraries and the executable -in question are built with the same compiler. +executables that yield segmentation faults (we encountered this behavior with +gcc-4.8). In this case, reduce the optimization level or try a different +compiler. If you still encounter segmentation faults, make sure that UG, all +DUNE libraries and the executable in question are built with the same compiler. -- GitLab