Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

recompiling Linux kernel

ithinkergoiam
Beginner
687 Views

does anyone have the settings to recompile a linux kernel using icc/ifc instead of the gnu compilers with openmp stuff??
0 Kudos
2 Replies
Steven_L_Intel1
Employee
687 Views
I didn't think any of the Linux kernel was in Fortran!

My understanding is that the current version of icc is not yet capable of recompiling the linux kernel, but that is a goal of the next release. You should go ask in the C++ forum to get more info.

Steve
0 Kudos
TimP
Honored Contributor III
687 Views
Besides not using Fortran, the linux kernel can't use openmp. It's at a much lower level.

icc may have been used to build certain kernel versions with specific sets of patches, but that doesn't have much general use at this time. I see that you have taken the advice to go to the C forum to ask further.
0 Kudos
Reply