CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Problem while running decomposePar

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By simrego

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 5, 2019, 23:27
Question Problem while running decomposePar
  #1
Senior Member
 
LT
Join Date: Dec 2010
Posts: 104
Rep Power: 15
NewKid is on a distinguished road
While running decomposePar in a case on 360 cores, everything is OK.
But while running this command on 420 or 480 cores, it reports in some subdomains there is no points and cells, then sprayFoam solver can not go on after it shows the radiation model.
The decomposeParDict file is shown as follows:

numberOfSubdomains 480;

method simple;

simpleCoeffs
{
n (20 6 4);// 2);//(4 2 11);//(4 11 2);//(7 4 4);// 1 8);
delta 0.001;
}

hierarchicalCoeffs
{
n (1 1 1);
delta 0.001;
order xyz;
}

metisCoeffs
{
processorWeights
(
1
1
1
);
}

multiLevelCoeffs

{

level0 //node级别
{
numberOfSubdomains 2; //区域的数目,我笔记本4核心单cpu的,只有一个node
method scotch;
}

level1//core级别
{
numberOfSubdomains 4; //子区域数目4,因为有4个核心
method scotch;//使用scotch方法
}

}

manualCoeffs
{
dataFile "";
}

distributed no;

roots
(
);
NewKid is offline   Reply With Quote

Old   May 6, 2019, 06:18
Default
  #2
Senior Member
 
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14
simrego is on a distinguished road
Hi!


Maybe this is a silly guess but try to use the scotch method for decomposition, not the simple one. Maybe you have some cores with 0 cells because of the simple method.
Also scotch will give you a better balance for the cores.
(Or you can use pscotch if you compiled it.)
Swift likes this.
simrego is offline   Reply With Quote

Old   May 8, 2019, 04:22
Wink
  #3
Senior Member
 
LT
Join Date: Dec 2010
Posts: 104
Rep Power: 15
NewKid is on a distinguished road
Hi, simrego. Thanks so much for your suggestion!
What bothers me is that while I run decomposePar of OF 4.0 instead of OF 3.0 on my machine, everything is fine, no cells never happens.
And I use multiLevel instead of simple, which is said to fit the multi-nodes computation. And in the different levels (node and core), the decompose method is scotch.
Everything is OK now.
Anyway, thank you

Regards!
NewKid is offline   Reply With Quote

Reply

Tags
decomposepar, no cells, no points


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem running movingCylinders case in parallel with foam-extend-3.1 mhkenergy OpenFOAM Running, Solving & CFD 5 March 3, 2017 05:20
ANSYS Licensing Problem, Processes Running but Showing as Not Running penguinman ANSYS 3 September 27, 2016 13:30
[waves2Foam] Problem in running Allrun and also setWaveFields ankitchy OpenFOAM Community Contributions 2 March 9, 2015 08:10
[Other] Problem running after decomposition paul.m.edwards OpenFOAM Meshing & Mesh Conversion 0 January 14, 2015 12:55
problem with running in parallel dhruv OpenFOAM 3 November 25, 2011 05:06


All times are GMT -4. The time now is 07:27.