diff --git a/test/multidomain/README b/test/multidomain/README index f7edb63d782367449dcbb860e2179cae37b86568..0b9336b5caaed204536cd0cf03c2fbde92d87b9b 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.