File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DirectProgramming/Fortran/guided_Coarray Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ The Intel Fortran Compiler requires that coarray features are enabled by specify
251
251
1 . Change to the sample directory.
252
252
2 . Build the program using the ` -coarray ` option.
253
253
```
254
- ifx -o coarray -coarray mcpi_coarray .F90
254
+ ifx -o coarray -coarray mcpi_coarray_final .F90
255
255
```
256
256
3 . Run the program.
257
257
```
@@ -276,7 +276,7 @@ Alternately, use the `Makefile` to compile and run the program:
276
276
2 . Change to the sample directory.
277
277
3 . Build the program using the ` /Qcoarray ` option.
278
278
```
279
- ifx /exe:coarray /Qcoarray mcpi_coarray .F90
279
+ ifx /exe:coarray /Qcoarray mcpi_coarray_final .F90
280
280
```
281
281
4 . Run the program.
282
282
```
You can’t perform that action at this time.
0 commit comments