From b3b0f77ffb9655df98452691f1473cb726052440 Mon Sep 17 00:00:00 2001
From: maier
+ whole process should take between a few minutes and an hour.
+
Note:
/path/install/dir
is the directory where you want to
@@ -297,12 +300,16 @@
deal.II has a large number of optional interfaces to
- other libraries. By default, cmake
will enable interfaces
- to all external libraries it can find in default paths, but this
- behavior can all be selected using command line switches to the initial
- call to cmake
. A detailed description of how this
- all works can be found here. In the
- following, let us summarize the most common configuration options.
+ other libraries. By default, cmake
will enable support
+ for all external libraries it can find in default paths.
+ However, this behavior can be changed using command line switches to
+ the initial call to cmake
. A detailed description
+ can be found here.
+
+ In the following, let us summarize the most common configuration + options.
@@ -312,9 +319,9 @@
Threading: By default, deal.II supports parallelism between
- multiple cores on the same machine using both threads and a
+ multiple cores on the same machine using threads and a
task-based model built on the
- Threading Building Blocks. You can switch
threading off by passing the -DDEAL_II_WITH_THREADS=OFF
argument to cmake
.
@@ -340,7 +347,7 @@
When configuring interfacing to external libraries,
- the cmake
script by default tries to find any of these
+ the cmake
script by default tries to find all of these
libraries in a number of standard locations on your file system. For
optional interfaces, it gives up if they are not there and
deal.II will be built without them. However, there
diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css
index 83ed8ce46b..44570bcb91 100644
--- a/deal.II/doc/screen.css
+++ b/deal.II/doc/screen.css
@@ -202,6 +202,10 @@ code.member { color: #006000; }
code.function { color: #006000; }
code.global { color: #005030; }
+code {
+ white-space: nowrap;
+}
+
td.build {
text-align: center;
vertical-align: middle;
--
2.39.5