From: wolf Date: Mon, 5 May 2003 14:05:34 +0000 (+0000) Subject: Minor update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26dfea63478c35ff7ff4a9cf2a53fbf9da592fdc;p=dealii-svn.git Minor update. git-svn-id: https://svn.dealii.org/trunk@7576 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/reports/multithreading/node9.html b/deal.II/doc/reports/multithreading/node9.html index a71e7eca8a..16c029dc59 100644 --- a/deal.II/doc/reports/multithreading/node9.html +++ b/deal.II/doc/reports/multithreading/node9.html @@ -135,7 +135,8 @@ It should be noted that if you want to write output detached from the main thread, and from the main thread at the same time, you need a version of the C++ standard library delivered with your compiler that supports parallel output. For the GCC compiler, this can be obtained by configuring it with the -flag -enable-threads at build time. +flag -enable-threads at build time, or by using GCC version 3.0 or +later.