From: David Wells N
is the number of concurrent tests that should be
run, in the same way as you can say make -jN
. The testsuite
- is huge and will need around 12h on current computers
+ is huge and will need around 12h on current computers
running single threaded.
numdiff
- executable can be found via the PATH
+ executable can be found via the PATH
environment variable so that it can be found during
make setup_tests
.
@@ -306,7 +306,7 @@ xx: =============================== OUTPUT END ============================
To run the testsuite in this mode, essentially, you have to do three - things: + things:
Note: The tests in some subdirectories of tests/
are
automatically run only if some feature is enabled. In this case a
- feature constraint encoded in the output file name is
+ feature constraint encoded in the output file name is
redundant and should be avoided. In particular, this holds for
- subdirectories
+ subdirectories
distributed_grids
, lapack
,
metis
, petsc
, slepc
,
trilinos
, umfpack
, gla
, and
diff --git a/doc/external-libs/arpack.html b/doc/external-libs/arpack.html
index 57856f0db3..dea91160f7 100644
--- a/doc/external-libs/arpack.html
+++ b/doc/external-libs/arpack.html
@@ -1,20 +1,20 @@
-
+
-
-
- ARPACK + ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. ARPACK @@ -44,11 +44,11 @@
ARmake.inc
make lib
in the current directory
+ make lib
in the current directory
to build the standard library libarpack_$(PLAT).a
- Try to run one of the examples and compare the output.
- How the output should look like is stated in the README
+ Try to run one of the examples and compare the output.
+ How the output should look like is stated in the README
that can be found in the EXAMPLES
directory.
-
- If that output you produced looks like it should you can - proceed to comile deal.II with + If that output you produced looks like it should you can + proceed to compile deal.II with ARPACK.
diff --git a/doc/users/cmake.html b/doc/users/cmake.html index 6e24b94e43..603c5a9ece 100644 --- a/doc/users/cmake.html +++ b/doc/users/cmake.html @@ -283,7 +283,7 @@ cmake -DDEAL_II_WITH_MPI=ON <...># DEAL_II_WITH_BOOST set up with external dependencies # BOOST_VERSION = 1.52.0 -# BOOST_DIR = +# BOOST_DIR = # Boost_INCLUDE_DIRS = /usr/include # Boost_LIBRARIES = /usr/lib64/libboost_serialization-mt.so;/usr/lib64/libboost_system-mt.so; # [...] diff --git a/doc/users/cmakelists.html b/doc/users/cmakelists.html index e3cacfa10d..116af8866d 100644 --- a/doc/users/cmakelists.html +++ b/doc/users/cmakelists.html @@ -394,7 +394,7 @@ IF(NOT <expression>) ENDIF()- +
Loops are implemented with the help of WHILE
and
FOR
statements. The former takes the same
<expression>
as the IF
statement: