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

compliers??

thecemal
Beginner
229 Views

Hi every body out there!

I need to find some compliers running on intel xeon processor such as openMP, MPI,java ....

anybody knows how can i get them??

0 Kudos
1 Reply
TimP
Honored Contributor III
229 Views
When you Google on this subject, no doubt you get an overwhelming number of hits.
Several of the commercial Fortran and C++ compilers for xeon linux support OpenMP, including those from Intel. Intel MPI is a separate product, which works with all compilers including GNU, as do all other known MPI implementations for Xeon. The search window above the forum page will help you find the Intel products.
For a true compiler for Java, you may not have many options, other than GNU. If you don't mean the term compiler literally, there are several Java development kits, generally including just-in-time compilation options.
0 Kudos
Reply