Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

COPROCESSADOR PHI AND JAVA

Rafael_R_1
Beginner
330 Views
Hi, In our university bought a machine with CO-PROCESSOR PHI. The description in the site: https://software.intel.com/en-us/articles/intelr-xeon-phitm-coprocessor-february-developer-webinar-qa-responses It is reported that there is no support JAVA yet. The answer is 2013 and we are already in 2015. Is there a Java option for coding? Tks Rafael
0 Kudos
2 Replies
jimdempseyatthecove
Honored Contributor III
330 Views

Porting Java to Xeon Phi would be a good CS project. As to if the end product of the project would be desirable for others to use... that would be up to the implementation and to the particular type of applications you run with Java.

An alternative to running Java inside the Xeon Phi is to use offload mode. A likely good starting route would be to use JNA (Java Native Architecture) for Java/C++ or Java/Fortran interoperability.

http://www.javaforge.com/wiki/66061#wiki/57383?&_suid=1427200031915020396186241572023

http://www.javaforge.com/wiki/66061

Jim Dempsey

0 Kudos
TimP
Honored Contributor III
330 Views

I suppose some people have tinkered with java native (e.g. gnu java compiler) on Intel(r) Xeon Phi(tm) but there is little to brag about if it can't deliver better performance than it does on a modern laptop.

0 Kudos
Reply