Skip to content

Commit f6ed8ba

Browse files
authored
Update README.md
1 parent 4465ed1 commit f6ed8ba

File tree

1 file changed

+2
-2
lines changed
  • DirectProgramming/Fortran/guided_Coarray

1 file changed

+2
-2
lines changed

DirectProgramming/Fortran/guided_Coarray/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The Intel Fortran Compiler requires that coarray features are enabled by specify
251251
1. Change to the sample directory.
252252
2. Build the program using the `-coarray` option.
253253
```
254-
ifx -o coarray -coarray mcpi_coarray.F90
254+
ifx -o coarray -coarray mcpi_coarray_final.F90
255255
```
256256
3. Run the program.
257257
```
@@ -276,7 +276,7 @@ Alternately, use the `Makefile` to compile and run the program:
276276
2. Change to the sample directory.
277277
3. Build the program using the `/Qcoarray` option.
278278
```
279-
ifx /exe:coarray /Qcoarray mcpi_coarray.F90
279+
ifx /exe:coarray /Qcoarray mcpi_coarray_final.F90
280280
```
281281
4. Run the program.
282282
```

0 commit comments

Comments
 (0)