From 26dfea63478c35ff7ff4a9cf2a53fbf9da592fdc Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 5 May 2003 14:05:34 +0000 Subject: [PATCH] Minor update. git-svn-id: https://svn.dealii.org/trunk@7576 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/reports/multithreading/node9.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.


-- 2.39.5