We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a429b commit d06917fCopy full SHA for d06917f
1 file changed
DirectProgramming/Fortran/guided_matrix_mul_OpenMP/README.md
@@ -89,7 +89,7 @@ Note that:
89
1. Change to the sample directory.
90
2. Build the program.
91
```
92
- ifx -xhost 01_mm_CPU_sequential.f90
+ ifx -xhost src/01_mm_CPU_sequential.f90
93
94
3. Run the program.
95
@@ -102,7 +102,7 @@ Note that:
102
2. Change to the sample directory.
103
3. Build the program.
104
105
- ifx /Qxhost 01_mm_CPU_sequential.f90
+ ifx /Qxhost src/01_mm_CPU_sequential.f90
106
107
4. Run the program.
108
0 commit comments