Skip to content

Commit 21c5558

Browse files
authored
Merge pull request #2489 from fongjiantan/dev/matrix-mult-fix
Fix Matrix Multiply Sample filename in README
2 parents 2db6f8b + 2215522 commit 21c5558

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

DirectProgramming/Fortran/guided_matrix_mul_OpenMP/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Note that:
106106
```
107107
4. Run the program.
108108
```
109-
01_mm_sequential.exe
109+
01_mm_CPU_sequential.exe
110110
```
111111

112112
### Example Sequential Program Output

0 commit comments

Comments
 (0)