Coarray Fortran supports parallel programming using a single program multiple data (SPMD) model and supports both shared memory and distributed memory in a single method.
In this tutorial, you will compile a coarray Fortran sample application with coarrays using the Intel® Fortran compiler and control the number of images in the application.
About This Tutorial |
This tutorial demonstrates how you can use compile a Fortran application that contains coarrays using the Intel® compiler. |
Estimated Duration |
10-15 minutes. |
Learning Objectives |
After you complete this tutorial, you will be able to compile a coarray Fortran application. |