From 320b8811a07ea260638ac05f9ad6fecd7866b8c7 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 9 Apr 2017 20:01:18 +0200 Subject: [PATCH] Add information for testing --- doc/external-libs/arpack.html | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/doc/external-libs/arpack.html b/doc/external-libs/arpack.html index 7f261ec1a4..b69e82f42a 100644 --- a/doc/external-libs/arpack.html +++ b/doc/external-libs/arpack.html @@ -65,6 +65,18 @@ the -fPIC flag from the scheme.

+

+ 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 compile deal.II with + ARPACK. +

+

How to compile and install ARPACK-NG

@@ -84,27 +96,22 @@ ../ make - make install You will need to adjust the path into which you want to install ARPACK-NG - in the CMAKE_INSTALL_PREFIX line. If you do not have MPI installed you + in the CMAKE_INSTALL_PREFIX line. If you do not have MPI installed, you should use -DMPI=OFF instead.

-

Test the installation

- -

- After installing ARPACK or ARPACK-NG - 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 compile deal.II with - ARPACK. + Afterwards run +

+        make check
+        make test
+        make install
+      
+ to test that the build of ARPACK-NG works correctly + and to install the library finally.

Interfacing deal.II -- 2.39.5