|
[Sponsors] |
running multiple parallel cases in openfoam slows the simulation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 20, 2015, 23:00 |
running multiple parallel cases in openfoam slows the simulation
|
#1 |
Senior Member
Join Date: Jan 2013
Posts: 135
Rep Power: 13 |
Dear all,
I tried to 2 cases in openfoam at the same time, both of them in parallel with 2 processors. I've found that the simulation speed is severely slowed down, compared to running just one case at a time. These two cases surely did not reach the capacity limit of this computer since the computer has 24 processors and 126Gb ram. I suspected that this problem may have dealings with something inside the MPI. In view of the above finding, I will either have to run my simulation cases, which is quite a lot , with one processors at the same time, or just run one simulation in parallel and then proceed to another. Both of these two choices are not efficient. Could someone confirm this? And is there a way to resolve this problem and use openfoam more efficiently? |
|
August 21, 2015, 06:19 |
|
#2 |
Senior Member
Join Date: Mar 2010
Location: Germany
Posts: 154
Rep Power: 16 |
Hi,
this is not unusual. I don't know your mesh size etc. but the performace is probably limited by memory bandwidth and caches sizes. The fields of large meshes cannot be kept in cache (even at your really nice machine), they need to be fetched from main memory repeatedly. This problem gets even worse when the cache and bus is used by multiple simulations at the same time. Cutter |
|
August 21, 2015, 12:08 |
|
#3 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quick answer: From my blog post Notes about running OpenFOAM in parallel - I have a note about this topic... this post details how to handle those situations: http://www.cfd-online.com/Forums/har...tml#post356954 - post #9
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Suggestion for a new sub-forum at OpenFOAM's Forum | wyldckat | Site Help, Feedback & Discussions | 20 | October 28, 2014 10:04 |
Can not run OpenFOAM in parallel in clusters, help! | ripperjack | OpenFOAM Running, Solving & CFD | 5 | May 6, 2014 16:25 |
OpenFOAM parallel running error in cluster | vishal_s | OpenFOAM Running, Solving & CFD | 5 | March 11, 2014 16:11 |
Running Error using Compressible OpenFoam Parallel mode | dhendria | OpenFOAM Running, Solving & CFD | 0 | February 13, 2014 21:53 |
Something weird encountered when running OpenFOAM in parallel on multiple nodes | xpqiu | OpenFOAM Running, Solving & CFD | 2 | May 2, 2013 05:59 |