|
[Sponsors] |
February 18, 2011, 19:58 |
Proper Load balancing in OF
|
#1 |
Senior Member
Tarak
Join Date: Aug 2010
Location: State College, PA
Posts: 111
Rep Power: 16 |
Hii,
While decomposing my domain of 3.4 million cells into 64 processors, the cells do not get distributed evenly. While in some processors around 26000 cells are allocated, while for some around 70000. This makes it slower than that using 32 processors, and I assume this is due to this load impalance. Can you please let me know a way to get around this, so that I can get almost equal number of cells in each processors. |
|
February 19, 2011, 04:33 |
|
#2 |
Member
Join Date: Dec 2009
Posts: 36
Rep Power: 17 |
Hi Tarak
Until now I have no idea, but you should post your decomposeDict. |
|
February 19, 2011, 04:40 |
my decomposeParDict file
|
#3 |
Senior Member
Tarak
Join Date: Aug 2010
Location: State College, PA
Posts: 111
Rep Power: 16 |
FoamFile
{ version 2.0; format ascii; class dictionary; location "system"; object decomposeParDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // numberOfSubdomains 64; method simple; simpleCoeffs { n ( 8 4 2 ); delta 0.001; } hierarchicalCoeffs { n ( 2 1 1 ); delta 0.001; order xyz; } metisCoeffs { } manualCoeffs { dataFile ""; } distributed no; roots ( ); // ************************************************** *********************** // |
|
February 19, 2011, 07:41 |
|
#4 |
Member
Join Date: Dec 2009
Posts: 36
Rep Power: 17 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Load balancing pre- and during computation | madad2005 | OpenFOAM | 1 | October 29, 2009 06:23 |
load balancing in parallel computation | shyamdsundar | Main CFD Forum | 0 | September 3, 2009 00:53 |
OpenFOAM and load balancing | gallay | OpenFOAM Installation | 1 | March 20, 2008 02:21 |
Hanging node grid + load balancing in parallel??? | Phil | FLUENT | 0 | February 15, 2008 09:38 |
Using load vector for parallel partitioning | Kevala | FLUENT | 0 | May 1, 2001 13:11 |