Introduction to Coarray Fortran

The Intel® Fortran Compiler XE supports parallel programming using coarrays as defined in the Fortran 2008 standard. As an extension to the Fortran language, coarrays offer one method to use Fortran as a robust and efficient parallel programming language. Coarrays are supported in the Intel® Fortran Compiler XE for Linux*.

This tutorial demonstrates how to compile a simple coarray Fortran application using the Intel® Fortran Compiler XE and how to control the number of images (processes) for the application.

Open the Overview topic Next: Compiling the Sample Program


Submit feedback on this help topic