]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Augment discussion on scalability. 3632/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 24 Nov 2016 18:43:32 +0000 (11:43 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 24 Nov 2016 18:43:32 +0000 (11:43 -0700)
examples/step-40/doc/results.dox

index 5bf9a699e6bfc4366313bea240f0a45c384c5a17..858e7098108a4a9833848276f8ed7800214b0386 100644 (file)
@@ -98,11 +98,15 @@ more interpretation can be found in the final version of the paper):
 </table>
 
 As can clearly be seen, the program scales nicely to very large
-numbers of processors. The curves, in particular the linear solver, become a
-bit wobble at the right end of the graphs since each processor has too little
+numbers of processors.
+(For a discussion of what we consider "scalable" programs, see
+@ref GlossParallelScaling "this glossary entry".)
+The curves, in particular the linear solver, become a
+bit wobbly at the right end of the graphs since each processor has too little
 to do to offset the cost of communication (the part of the whole problem each
 processor has to solve in the above two examples is only 13,000 and 90,000
-degrees of freedom when 4,096 processors are used).
+degrees of freedom when 4,096 processors are used; a good rule of thumb is that
+parallel programs work well if each processor has at least 100,000 unknowns).
 
 While the strong scaling graphs above show that we can solve a problem of
 fixed size faster and faster if we take more and more processors, the more
@@ -140,6 +144,11 @@ shown above would also further reduce the compute time. That said, one
 can certainly expect that this limit will eventually be lifted by the
 hypre developers.
 
+On the other hand, this does not mean that deal.II cannot solve bigger
+problems. Indeed, step-37 shows how one can solve problems that are not
+just a little, but very substantially larger than anything we have shown
+here.
+
 
 
 <a name="extensions"></a>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.