Skip to content

Commit 380601c

Browse files
committed
FIRST slide
1 parent aaa6211 commit 380601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/docs/01-omp-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lang: en
2020

2121
# What is OpenMP?
2222

23-
- OpenMP is a standard for **multi-threaded, shared-memory parallelization**, first version (1.0) published in 1997, latest (6.0) in 2024
23+
- OpenMP is a standard for **multithreaded, shared-memory parallelization**, first version (1.0) published in 1997, latest (6.0) in 2024
2424
- <https://www.openmp.org/specifications/>
2525
- The standard is implemented by different compilers for C, C++, and Fortran
2626
- [GCC](https://gcc.gnu.org/) 15 supports all of OpenMP 4.5, most of 5.0, 5.1, and 5.2, and the first 6.0 features for C, C++, and Fortran

0 commit comments

Comments
 (0)