Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the Intel Xeon Phi usable without a costly Intel Compiler?

Does the Intel Xeon Phi coprocessor, to be usable as parallel platform, require a license of the Intel Composer XE compiler, or are there alternative compilers?

like image 329
clstaudt Avatar asked Mar 25 '13 12:03

clstaudt


People also ask

What is Intel Xeon Phi used for?

Xeon Phi was a series of x86 manycore processors designed and made by Intel. It was intended for use in supercomputers, servers, and high-end workstations. Its architecture allowed use of standard programming languages and application programming interfaces (APIs) such as OpenMP.

Can Xeon Phi run Windows?

Yes, the Xeon Phi does work with Windows 10.


2 Answers

look at this link, Intel site claims few compilers works with them but I still could not get anything to work, its a working process. Good luck

http://software.intel.com/en-us/articles/intel-and-third-party-tools-and-libraries-available-with-support-for-intelr-xeon-phitm

like image 66
Hans Avatar answered Oct 23 '22 01:10

Hans


There are a few options I can list here to use/get the Intel compiler...gcc, as you know, is not equipped to vectorize code for this platform.

  1. There is a non-commercial license of the Intel compiler for Linux* that provides the same Intel Xeon Phi coprocessor enabled Intel Development tools as a commercial/eval/academic license assuming the requesting individual fulfills the licensing requirements. http://software.intel.com/en-us/non-commercial-software-development.

  2. For academic institutions who may need licenses in support of a class / training development, a 1-year free license may be obtained. You can find out more at http://software.intel.com/academic > Software Tools ('Request license' button)

  3. A 30-day eval license can be obtained - if you go to the Intel compiler page, there are links to download a 30-day free trial (on the top right corner)

like image 1
Belinda Avatar answered Oct 23 '22 02:10

Belinda