Is my understanding correct, that the current Beta and the upcoming 15.x release of ifort will support Coarrays on MIC (xeon phi)?
Will the compiler and hardware be able to generate code that can run on the Xeon Phi in “native” mode, rather than “offload” or “symmetric” modes? By native mode, I mean that it will be able to execute on machines like the DOE’s upcoming Cori where each instance of the SPMD code executes entirely on the xeon phi, with multiple instances (if we were talking about MPI rather than CAF, instance = MPI rank) per Xeon Phi.
TIA