Skip to content

Commit 30c5c2f

Browse files
authored
Remark about compiling / running and the number of images
1 parent a3f3dce commit 30c5c2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tutorial.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ Using PGAS means that coarray Fortran can be used on a massively
2929
massively parallel computing system as well as a shared-memory
3030
implementation on a single, multi-CPU computer.
3131

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+
3240
# Images and synchronization
3341

3442
One central concepts of coarray Fortran is that of an image. When a

0 commit comments

Comments
 (0)