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

Linux kernel performance enhancement

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 17, 2011, 18:18
Default Linux kernel performance enhancement
  #1
New Member
 
Conn Clark
Join Date: Dec 2010
Posts: 11
Rep Power: 15
ConnClark is on a distinguished road
Hi all,

I thought I would let you all know about an upcoming linux kernel feature. Its called Transparent Hugepage Support. It improves performance by using larger virtual memory pages supported by processors. This improves performance by reducing TLB misses and table walks. It has been recently incorporated into the linux-mm kernel and at some point soon make it into the main branch.

http://lwn.net/Articles/419933/

current code
http://git.kernel.org/gitweb.cgi?p=l....git;a=summary

I did a simple benchmark with it on the combustion/engineFoam/kivaTest tutorial with a single core on my Turion x2 processor in my laptop. I get a consistent 1% speed improvement over multiple tests.

time without it enabled

real 16m43.317s
user 16m41.611s
sys 0m1.460s


time with it enabled

real 16m32.794s
user 16m30.629s
sys 0m1.633s


Yes it only saved 10.5 seconds of run time but that was done without any changes to the application executable. I acknowledge that 1% isn't a lot but I would expect this to provide more of a boost on multicore test runs because there would be less memory bus contention. I would also expect better performance on more advanced processors since they have more huge page TLBs. Other cases also might show more of an improvement. (Note some software shows a 20% improvement)

Since some cases can take several hours to run (my record so far is 100 hours) I figure a 1% speed bump would be welcome.

I would be interested to see others performance test results on real systems.
ConnClark 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
Dual Boot Windows and Linux and Go Open Source andyj Main CFD Forum 2 October 21, 2010 16:49
Potential minor performance tweak for Linux connclark OpenFOAM Running, Solving & CFD 1 November 6, 2007 18:54
Linux Cluster Performance with a bi-processor PC M. FLUENT 1 April 22, 2005 09:25
Performance of fluent on win200 and linux Seb FLUENT 7 February 5, 2004 15:08
Fluent 5.4 and Linux kernel 2.4 HP FLUENT 0 May 7, 2001 11:16


All times are GMT -4. The time now is 03:02.