Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

GCC compiler for running MIC applications

javiroman
Beginner
571 Views

Hello!The readme.txt file says Intel only recommends using the GCC compiler for build host and target tools, however for running applications within of MIC only recommends to use the Composer XE Intel suit.Is this only a recommendation otherwise is a must? The Intel Composer XE suit is not freely available, only30 day evaluation versions.Do you know if GCC will be a suitable compiler for MIC applications otherwise Intel only will support the propietary Intel compilers?Thank you for your answers!

0 Kudos
3 Replies
javiroman
Beginner
571 Views
Ok, the section "GCC: the basics are in" in thehttp://software.intel.com/en-us/blogs/2012/06/05/knights-corner-open-source-software-stack/blog entry answer my question, the key point here is the verctor instruction support.
Many thanks.
0 Kudos
AFog0
Beginner
570 Views
Is any compiler or assembler available with support for the knights corner vector instructions? The Parallel Studio XE 2013 beta is no longer available.

0 Kudos
Georg_Z_Intel
Employee
570 Views
Hello,

you might want to look into the MPSS packages (KNC_alpha2-2.1.3126) you can get here:
http://software.intel.com/en-us/forums/showthread.php?t=105443

They contain the GNU assembler (AFAIK: source only) which has been extended by the K1OM (Intel MIC) architecture. After unpacking take a look at the "binutils" package in "src".

Edit:
In just a few weeks (beginning September) we'll launch Intel Composer XE 2013 with Intel MIC support.

Best regards,

Georg Zitzlsberger
0 Kudos
Reply