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

Choosing the best compiler to c++

Vidura_Dhananjaya
New Contributor II
2,257 Views

There are many compilers to c++, what is the most suitable for the c++ and also the fastest.

0 Kudos
1 Solution
bernaske
New Contributor I
2,197 Views

Hi,

i (we) have tested some compilers such as gcc-4.9, pathscale , pgi-14.1, and the new Intel Cluster_Studio_XE_2015 Beta with

the compilers icc / icpc 15.0.0 under openSUSE 13.1, 13.2, SUSE Enterprise Server 11 SP3 / SUSE SLES 12.0 Beta 8 all

as 64 Bit Release Linux ,  the best is the ICC / ICPC 15.0 he works with our CUDA 6.0 SDK with great performance.

my choice for performance critical applications is the Intel Compiler, follow from gcc-4.9.

But the Intel ICC/ICPC 15.0.0 is the best choice under Linux.

 

View solution in original post

0 Kudos
37 Replies
Vidura_Dhananjaya
New Contributor II
599 Views

Thanks.!

0 Kudos
Vidura_Dhananjaya
New Contributor II
599 Views

Thanks 

 

0 Kudos
KitturGanesh
Employee
599 Views

You're welcome. Please feel free to send me any evaluation feedback (private email if you prefer) that you can share (pertaining to Intel compilers) and I can pass it on to the product team accordingly - appreciate much.

_Kittur 

0 Kudos
Ramith_H_
Beginner
599 Views

Diko,

If your intention is to use c++ for programming problems, i suggest an IDE like codeblocks. Its easy to debug & simplify code.

Btw ubuntu developing environment is more stable compared to windows.

0 Kudos
Bernard
Valued Contributor I
599 Views

J.W wrote:

Is there any bechmark of all the compilers comparison?

For C++ Compiler benchmark you can look at this website(not updated since 2008): http://stlab.adobe.com/performance/

0 Kudos
Vidura_Dhananjaya
New Contributor II
599 Views
Thanks everybody. I think I got many solutions for my problem then I have to teat all of this. After use of these things I'll send a feedback to you all. -Thank You.
0 Kudos
Bernard
Valued Contributor I
599 Views

On Windows you can also use Eclipse C++ IDE  or NetBeans full package with GCC compiler as an alternative to Visual Studio.

0 Kudos
Vidura_Dhananjaya
New Contributor II
599 Views
Eclipse and NetBeans for javaI I think
0 Kudos
KitturGanesh
Employee
599 Views

Diko, it'll be nice to get your feedback once you're done with your evaluation which will be of interest to the product group. Please let us know what you find :-) Thanks.

_Kittur

0 Kudos
Dushan_C_
New Contributor I
599 Views

I suggest to use Eclipse C++ or Codeblocks IDE

0 Kudos
Vidura_Dhananjaya
New Contributor II
599 Views

Currently I'm using eclipse and I look forward to work in Codeblock IDE

0 Kudos
Bernard
Valued Contributor I
599 Views

@Diko

You can use Eclipse even for MT programming.

0 Kudos
Vidura_Dhananjaya
New Contributor II
599 Views

I'm just a beginner then I don't know about these things very much.

0 Kudos
Bernard
Valued Contributor I
599 Views

I meant parallel application development.

http://www.eclipse.org/downloads/

0 Kudos
Vidura_Dhananjaya
New Contributor II
599 Views

Ah got it.

Thank You.!

0 Kudos
Vidura_Dhananjaya
New Contributor II
599 Views
Thanks everybody who help me in this matter. Now I have some idea about c++ compilers. Thank You.!
0 Kudos
Bernard
Valued Contributor I
599 Views

You are welcome.

0 Kudos
Reply