Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

How to utilize huge pages with icc/ifort

perfwise
Beginner
413 Views

I am trying to use huge pages with the icc/ifort linux compiler.  In open64 there's a compilation flag for this as well as an enviroment variable I can set to limit how many pages each process uses.  How does one use huge pages in Intel compilers?  Is the stratety to rely upon the Red Hat annonymous huge pages.. and let the OS do it?  Can someone explain.. many thanks..

perfwise

0 Kudos
3 Replies
TimP
Honored Contributor III
413 Views

Normally, the Red Hat 6 transparent huge pages feature is used automatically.

0 Kudos
TimP
Honored Contributor III
413 Views

A better explanation is supposed to be posted at

http://int-software.intel.com/en-us/articles/large-page-considerations

but I can't reach this page.  I guess it should move to software.intel.com some day.

0 Kudos
SergeyKostrov
Valued Contributor II
413 Views

Huge Pages support in any OSs should bbe transparent for any applications, including C++ compilers.

0 Kudos
Reply