We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f3dce commit 30c5c2fCopy full SHA for 30c5c2f
tutorial.md
@@ -29,6 +29,14 @@ Using PGAS means that coarray Fortran can be used on a massively
29
massively parallel computing system as well as a shared-memory
30
implementation on a single, multi-CPU computer.
31
32
+## A remark on compiling and running the example programs
33
+
34
+If you want to try out the example programs, you need have a coarray-capable
35
+compiler and know how to compile and run the programs. Setting the number
36
+of images is done in a compiler-dependent manner, usually via a compiler option,
37
+an environment variable, or, if the system is MPI-based, as an argument
38
+to `mpirun`.
39
40
# Images and synchronization
41
42
One central concepts of coarray Fortran is that of an image. When a
0 commit comments