From 9e23a93df556ef637ee0069388f52174948ea844 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 May 2003 14:02:07 +0000 Subject: [PATCH] Announce threading scheme. Add links to docs. git-svn-id: https://svn.dealii.org/trunk@7570 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/news.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 3bb3c5ba45..09273f654c 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -72,6 +72,20 @@ 3000 lines of code per month. +
+ 2003/02/06: A new multithreading scheme +
+
+ A new multithreading scheme has been put into place; it has + essentially the same functionality as the previous one, but + is simpler and more intuitive to use. It also allows to call + functions on a new thread that return values, and later + retrieve the returned value when the thread has finished. Some + documentation of the scheme can be found + on this + page. +
+
2003/01/24: deal.II runs on AIX 5.1
-- 2.39.5