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
2512511 . Change to the sample directory.
2522522 . 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 ```
2562563 . Run the program.
257257 ```
@@ -276,7 +276,7 @@ Alternately, use the `Makefile` to compile and run the program:
2762762 . Change to the sample directory.
2772773 . 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 ```
2812814 . Run the program.
282282 ```
You can’t perform that action at this time.
0 commit comments