From: kanschat Date: Tue, 17 May 2011 22:23:39 +0000 (+0000) Subject: add a TODO X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0f8bcb66c1b0147114586a18b38485beecc4b2;p=dealii-svn.git add a TODO git-svn-id: https://svn.dealii.org/trunk@23717 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/multithreading.h b/deal.II/doc/doxygen/headers/multithreading.h index 1e1adc4d44..f13ebe15e4 100644 --- a/deal.II/doc/doxygen/headers/multithreading.h +++ b/deal.II/doc/doxygen/headers/multithreading.h @@ -98,6 +98,11 @@ * identified with individual C++ statements, but often they more * generally coincide with entire code blocks. * + * @todo The following does not seem to be about task based, but + * rather thread based parallelism. I am not yet sufficiently familiar + * with the content of this page to remove it with confidence, + * though. GK + * * The point here is this: To exploit the independence of tasks 2 and 3, we * could start two threads and run each task on its own thread; we would then * wait for the two threads to finish (an operation called "joining a thread")