We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa6211 commit 380601cCopy full SHA for 380601c
openmp/docs/01-omp-intro.md
@@ -20,7 +20,7 @@ lang: en
20
21
# What is OpenMP?
22
23
-- OpenMP is a standard for **multi-threaded, shared-memory parallelization**, first version (1.0) published in 1997, latest (6.0) in 2024
+- OpenMP is a standard for **multithreaded, shared-memory parallelization**, first version (1.0) published in 1997, latest (6.0) in 2024
24
- <https://www.openmp.org/specifications/>
25
- The standard is implemented by different compilers for C, C++, and Fortran
26
- [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