Skip to content

Commit d06917f

Browse files
authored
Update README.md
1 parent b7a429b commit d06917f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

DirectProgramming/Fortran/guided_matrix_mul_OpenMP/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Note that:
8989
1. Change to the sample directory.
9090
2. Build the program.
9191
```
92-
ifx -xhost 01_mm_CPU_sequential.f90
92+
ifx -xhost src/01_mm_CPU_sequential.f90
9393
```
9494
3. Run the program.
9595
```
@@ -102,7 +102,7 @@ Note that:
102102
2. Change to the sample directory.
103103
3. Build the program.
104104
```
105-
ifx /Qxhost 01_mm_CPU_sequential.f90
105+
ifx /Qxhost src/01_mm_CPU_sequential.f90
106106
```
107107
4. Run the program.
108108
```

0 commit comments

Comments
 (0)