From 0b219f7310d126a7f5e571ef9a94c70ce9a439b0 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 3 Apr 2000 09:44:12 +0000 Subject: [PATCH] Add preliminary page. git-svn-id: https://svn.dealii.org/trunk@2654 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/reports/multithreading/index.html | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 deal.II/doc/reports/multithreading/index.html diff --git a/deal.II/doc/reports/multithreading/index.html b/deal.II/doc/reports/multithreading/index.html new file mode 100644 index 0000000000..cd04932f6c --- /dev/null +++ b/deal.II/doc/reports/multithreading/index.html @@ -0,0 +1,41 @@ + + + + + + The deal.II Homepage + + + + + + + +
+

Multi-threading support in deal.II

+

Wolfgang Bangerth, March 2000

+
+ + + In this report, we describe the implementational techniques of + multi-threading support in deal.II, which we use for the + parallelization of independent operations. Writing threaded programs in + C++ is obstructed by two problems: operating system dependent + interfaces and that these interfaces are created for C programs + rather than for C++. We present our solutions to these problems and + describe first experiences using multi-threading in deal.II. + + + +Note: this report is presently pending acceptance as Preprint at the +IWR. The expected publication date is end of April/beginning of May, +so you may want to check out the +IWR preprint +server or the deal.II homepage after that date. + + + + + -- 2.39.5