We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4465ed1 commit f6ed8baCopy full SHA for f6ed8ba
1 file changed
DirectProgramming/Fortran/guided_Coarray/README.md
@@ -251,7 +251,7 @@ The Intel Fortran Compiler requires that coarray features are enabled by specify
251
1. Change to the sample directory.
252
2. Build the program using the `-coarray` option.
253
```
254
- ifx -o coarray -coarray mcpi_coarray.F90
+ ifx -o coarray -coarray mcpi_coarray_final.F90
255
256
3. Run the program.
257
@@ -276,7 +276,7 @@ Alternately, use the `Makefile` to compile and run the program:
276
2. Change to the sample directory.
277
3. Build the program using the `/Qcoarray` option.
278
279
- ifx /exe:coarray /Qcoarray mcpi_coarray.F90
+ ifx /exe:coarray /Qcoarray mcpi_coarray_final.F90
280
281
4. Run the program.
282
0 commit comments