Skip to content

Commit 97962b6

Browse files
authored
Update README.md
1 parent 1607cb7 commit 97962b6

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
@@ -310,7 +310,7 @@ The program can be run with a different number of images; the default is determi
310310
1. Change to the sample directory.
311311
2. Build the program using `-coarray-num-images` to set the number of images to four:
312312
```
313-
ifx -o coarray -coarray-num-images=4 mcpi_coarray.F90
313+
ifx -o coarray -coarray -coarray-num-images=4 mcpi_coarray.F90
314314
```
315315
3. Run the program.
316316
```
@@ -372,4 +372,4 @@ The following articles provide additional information about using coarrays on di
372372

373373
Code samples are licensed under the MIT license. See [License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
374374

375-
Third-party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).
375+
Third-party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).

0 commit comments

Comments
 (0)