Difference between revisions of "Sig Turbomachinery / Automatic parallel benchmarking"

From OpenFOAMWiki
m
m
Line 1: Line 1:
TODO:
+
A group is studying the scalability of OpenFOAM on different clusters, and for different configurations of OpenFOAM. The outcome of this work will be made public.
  
* Select a case that is suitable for automatic grid generation and decomposition (ERCOFTAC diffuser?)
+
We have started using a dropletSplash test-case, developed by Hrvoje Jasak, and it has been run on several clusters. The major finding this far is that OpenFOAM scales linearly as long as the processes are distributed using a round-robin model, where multi-core nodes are not filled-up with processes from the same job. The interconnect is not a bottleneck as long as there are approximately 50,000 node per process.
* Define and implement the automatic decompositions
+
* Run the tests on the clusters that are currently available
+
* Sum up the results nicely in a paper
+
* Post the implementations and the case at the Wiki
+

Revision as of 20:25, 22 December 2007

A group is studying the scalability of OpenFOAM on different clusters, and for different configurations of OpenFOAM. The outcome of this work will be made public.

We have started using a dropletSplash test-case, developed by Hrvoje Jasak, and it has been run on several clusters. The major finding this far is that OpenFOAM scales linearly as long as the processes are distributed using a round-robin model, where multi-core nodes are not filled-up with processes from the same job. The interconnect is not a bottleneck as long as there are approximately 50,000 node per process.