From 312696bc47c60ae9043564ec7ab3540333ca0c19 Mon Sep 17 00:00:00 2001
From: bangerth
Unsupported / partly supported platforms
@@ -117,10 +117,10 @@
describes porting the library
to new systems.
dot
program, which is part of the deal.II is not too difficult as only a
simple
- intermediate format needs to be
+ intermediate format needs to be
converted into output (without references to cells,
nodes, types of finite elements, and the like).
@@ -297,7 +297,7 @@
and several hours, depending on the number of processors your machine
has, and requires about 2 GB of free disk space. If you have a
multi-processor machine, you can call make -j16 target-name
- to let make
call multiple instances of the compiler
+ to let make
call multiple instances of the compiler
(in this case sixteen). This speeds up compilation by about
the factor given after -j
, at least if you have as many
processors.
@@ -307,7 +307,7 @@
The deal.II libraries come in two versions
corresponding to their respective targets:
lib/libdeal_II.g
: This is the
debug version of the library. It is compiled with compiler flags so
that the library contains information that can be used by debuggers. (The
--
2.39.5