From: Daniel Arndt Date: Sun, 9 Apr 2017 18:01:18 +0000 (+0200) Subject: Add information for testing X-Git-Tag: v9.0.0-rc1~1706^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=320b8811a07ea260638ac05f9ad6fecd7866b8c7;p=dealii.git Add information for testing --- 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