|
[Sponsors] |
April 3, 2007, 19:41 |
slow down running in parallel
|
#1 |
Guest
Posts: n/a
|
I am running a problem with a sliding interface in parallel. On 2 processors it takes about twice as long to run as on a single processor. I have : turned off hyperthreading removed monitors reduced file outputs to a minimum streamlined the udf used for the motion
I tried adding in each component of the model, turbulence, sources, ideal gas, material properties and the moving mesh where the interfaces do not communicate. The slow down occurs with the moving mesh and a sliding interface are activated. I have tried partitioning along the interface, perpendicular to the interface, encapuslating, non encapsulated, segregated and coupled solvers. FLUENT believes it is a communication slow down. I have tried on windows and LINUX platforms without any change. Are there any workarounds for this problem? Has any one overcome this problem? |
|
April 4, 2007, 03:48 |
Re: slow down running in parallel
|
#2 |
Guest
Posts: n/a
|
If you are using the sliding- or dynamic mesh - method the grid rotation for every timestep always takes place on the host computing node. Therefore you have large communication traffic between your computing nodes and this slows down your simulation.
The best speedup i have reached on a 4-cpu shared memory workstation was 2.4 to 2.6 for a simulation using sliding mesh . On our cluster the speedup was almost lower because we have only gigabit-ethernet connection between the nodes. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running mapFields with Parallel Source and Parallel Target | RDanks | OpenFOAM Pre-Processing | 4 | August 2, 2016 06:24 |
running OpenFoam in parallel | vishwa | OpenFOAM Running, Solving & CFD | 22 | August 2, 2015 09:53 |
Statically Compiling OpenFOAM Issues | herzfeldd | OpenFOAM Installation | 21 | January 6, 2009 10:38 |
Kubuntu uses dash breaks All scripts in tutorials | platopus | OpenFOAM Bugs | 8 | April 15, 2008 08:52 |
running multiple Fluent parallel jobs | Michael Bo Hansen | FLUENT | 8 | June 7, 2006 09:52 |