Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel CoArray Fortran Tutorial

ScottBoyce
Novice
434 Views

Hi All,

Is there a tutorial on all the features and sample implementations of Fortran CoArrays beyond the simple multi-image Hello World example? It would be great if it shows how to apply the CoArrays in loops and advanced computation.

Thanks

0 Kudos
1 Reply
Steven_L_Intel1
Employee
434 Views

I don't know of any. There are really only two implementations at present, ours and Cray's. (gfortran accepts the syntax but doesn't do multi-image.) We've been looking for better examples, but all of them we have found so far we don't have the rights to redistribute. A lot of the material I can find on the web on coarrays predates Fortran 2008 and doesn't provide useful examples.

0 Kudos
Reply