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

Performance of GGI case in parallel

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 18, 2010, 04:16
Default
  #21
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Quote:
Originally Posted by hjasak View Post
Actually, I've got an update for you. There is a new layer of optimisation code built into the GGI interpolation, aimed at sorting out the loss of performance in parallel for a large number of CPUs. In short, each GGI will recognise whether it is located on a single CPU or not and, based on this, it will adjust the communications pattern in parallel.

This has shown good improvement on a bunch of cases I have tried but you need to be careful on the parallel decomposition you choose. There are two further optimisation steps we can do, but they are much more intrusive. I am delaying this until we start doing projects with real multi-stage compressors (lots of GGIs) and until we get the mixing plane code rocking (friends involved here).

Further updates are likely to follow, isn't that right Martin?
Thanks Hrv,

that sounds great. If you need some support with testing this with large models please let me know and I will run it on some of our models.
Is there a rough idea about how and when this will make it into 1.5-dev/1.6-dev? Thanks.

Regards Bastian

Last edited by bastil; March 18, 2010 at 10:44.
bastil is offline   Reply With Quote

Old   June 6, 2011, 11:10
Default
  #22
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Hrv, Martin,

I am just wondering how the ggi speedup work is proceeding? As far as I see there are now news about that in 1.6-ext so far? I started working around ggis to get my cases run in OpenFOAM which works but is a bad compomise in meshing.

Regards Bastian

Quote:
Originally Posted by bastil View Post
Thanks Hrv,

that sounds great. If you need some support with testing this with large models please let me know and I will run it on some of our models.
Is there a rough idea about how and when this will make it into 1.5-dev/1.6-dev? Thanks.

Regards Bastian
bastil is offline   Reply With Quote

Old   June 6, 2011, 11:41
Default
  #23
Senior Member
 
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22
mbeaudoin will become famous soon enough
Hello Bastian,

This work is progressing slowly. On my side, the mixingPlane and some other non-OpenFOAM activities are sucking all my available time.

Some improvements are coming though for speeding up the GGI.

I have developed a replacement to the slow AABB neighbours search algorithm for the GGI facets. The new search algorithm is based on octrees, and is providing a 10x speedup. This will help when initializing the GGI interface, or when using the GGI with moving meshes. I have sent the code to Hrv so he can integrate this with 1.6-ext.

As for speeding up the GGI in parallel, I know Hrv is working on this, and I will too as soon as I am done with the mixingPlane.

The GGI is slow for my research group as well, so this is certainly a high priority for me.

Best,

Martin

Quote:
Originally Posted by bastil View Post
Hrv, Martin,

I am just wondering how the ggi speedup work is proceeding? As far as I see there are now news about that in 1.6-ext so far? I started working around ggis to get my cases run in OpenFOAM which works but is a bad compomise in meshing.

Regards Bastian
mbeaudoin is offline   Reply With Quote

Old   July 4, 2011, 04:05
Default
  #24
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Quote:
Originally Posted by mbeaudoin View Post
Some improvements are coming though for speeding up the GGI.

I have developed a replacement to the slow AABB neighbours search algorithm for the GGI facets. The new search algorithm is based on octrees, and is providing a 10x speedup. This will help when initializing the GGI interface, or when using the GGI with moving meshes. I have sent the code to Hrv so he can integrate this with 1.6-ext.

Martin, Hrv,

I see some changes made their way into 1.6-ext. I am currently compiling it. I see that the MixerGgi tutorial still uses globalFaceZones and therefore I think that this is still necessary? Which of the changes are already in and wich are still to come? Thanks.

Bastian
bastil is offline   Reply With Quote

Old   July 9, 2011, 19:13
Default
  #25
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Quote:
Originally Posted by mbeaudoin View Post
The GGI is slow for my research group as well, so this is certainly a high priority for me.

how slow is your algorithm at the moment. Lets say for 100K polygonals how much time you are taking?? (in seconds).

Just wondering.
arjun is offline   Reply With Quote

Old   July 14, 2011, 19:03
Default Parallel performance of GGI went down in latest OF-1.6-ext?
  #26
Member
 
Masashi Ohbuchi
Join Date: Oct 2009
Posts: 74
Rep Power: 17
Ohbuchi is on a distinguished road
Hi,

I've found the new update for GGI parallel performance improvement on the Git hub site.
I was really looking forward to this, so I've download these update, and recompile the OpenFOAM-1.6-ext and tested my test case with GGI interface (see attatched image).

But, in my test case (in parallel), computational time was much longer than the first release of OF-1.6-ext.
I was really disappointed. Or, Did I made some mistake for setting new feature in GGI?
Attached Images
File Type: jpg pumpTest.jpg (8.1 KB, 44 views)
Ohbuchi is offline   Reply With Quote

Old   August 3, 2011, 04:07
Default
  #27
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Quote:
Originally Posted by Ohbuchi View Post
But, in my test case (in parallel), computational time was much longer than the first release of OF-1.6-ext.
I was really disappointed. Or, Did I made some mistake for setting new feature in GGI?
How did you set it up? Did you use GloblaFaceZones for your ggis when decomposing? I am not really sure if this is still essential.

Regards Bastian
bastil is offline   Reply With Quote

Reply


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
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 06:36
Script to Run Parallel Jobs in Rocks Cluster asaha OpenFOAM Running, Solving & CFD 12 July 4, 2012 23:51
Serial vs parallel different results luca OpenFOAM Bugs 2 December 3, 2008 11:12
Parallel Performance of Fluent Soheyl FLUENT 2 October 30, 2005 07:11
PC vs. Workstation Tim Franke Main CFD Forum 5 September 29, 1999 16:01


All times are GMT -4. The time now is 04:12.