From: Wolfgang Bangerth Date: Sat, 16 Mar 2013 12:14:07 +0000 (+0000) Subject: Update. X-Git-Tag: v8.0.0~974 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbfba3d2331fefbb754137b1b6f37ffe946761c;p=dealii.git Update. git-svn-id: https://svn.dealii.org/trunk@28919 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 0b0df74bb8..ff979a5862 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -193,13 +193,13 @@ =====linking======= quadrature_test.exe ... - You should be aware that because of the number of tests we have, - running the entire testsuite can easily take an hour, even on a - fast system. (On the other hand, only a large testsuite can offer - comprehensive coverage of a software as big as deal.II.) This time - can be reduced, however, on multicore machines if you use the command + Be aware that because of the number of tests we have, running the entire + testsuite takes approximately 10 hours (as of early 2013), even on a fast + system. (On the other hand, of couse only a large testsuite can offer + comprehensive coverage of a software as big as deal.II.) This time can be + reduced, however, on multicore machines if you use the command make -jN where N is an integer equal to or - slight larger than the number of processor cores you have, as this + slightly larger than the number of processor cores you have, as this instructs make to run several tests at the same time.