|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Lionel R.
Join Date: Nov 2013
Posts: 1
Rep Power: 0 ![]() |
Dear all,
I'm working on optimizing OpenFOAM execution speed using GPU. For now I use Paralution (see http://www.paralution.com/) and it works fine. The OpenFOAM plugin example they provide uses a Laplacian (fvm::laplacian(DT, T)) algorithm and allows a speedup up to 7x comparing to the CPU only execution time on our testbed. When I test Paralution with the SIMPLE algorithm on a backward facing step test case, we don't have any speedup comparing to the CPU execution. I suspect an I/O overhead with the SIMPLE algorithm. In both cases, the solver is a PCG. My questions are : (1) Have you some explanations of that phenomena ? (2) Have you some tips on how to get ride of this problem ? Thanks and best regards, Lionel |
|
|
|
|
|
|
|
|
#2 |
|
Member
Hassan
Join Date: Oct 2012
Location: Iran
Posts: 63
Rep Power: 15 ![]() |
Hi,
I compiled paralution-0.5.0 correctly and my openfoam is 2.1.x. To test the solver, I use the OpenFOAM plugin example, Laplace. but I don't have any speedup by openmp backend! ![]() I attached the my laplace folder, please guide me how can I configure this example for getting speed up bye openmp threads? I set number of openmp threads in the shell by: Code:
export OMP_NUM_THREADS=2 my system have 8 x six-core (NUMA) = 48 core no hyper threading. regards Hassan |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SIMPLE algorithm in 3D cylindrical coordinates | zouchu | Main CFD Forum | 1 | January 20, 2014 18:02 |
| The correction on pressure equation of SIMPLE algorithm in MRFSimpleFOAM solver | renyun0511 | OpenFOAM Running, Solving & CFD | 0 | November 10, 2010 02:47 |
| How to add correcting pressure equation in SIMPLE of MRFSimpleFOAM? | renyun0511 | OpenFOAM Programming & Development | 0 | November 4, 2010 02:38 |
| Making SIMPLE converge faster | Fabio | Main CFD Forum | 4 | April 9, 2006 12:35 |
| PISO vs. SIMPLE | benedikt flurl | Main CFD Forum | 2 | April 14, 2005 07:54 |