I noticed the intro refers to "all GNU system variants", when we really aim much broader. Also the link to the GNU Project is broken and isn't GOMP first and foremost part of the GCC project?
The patch below is just a suggestion. Please suggest/make any alternative changes. Gerald diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index de877bad..998ac90a 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -90,12 +90,10 @@ OpenMP and OpenACC are supported with GCC's C, C++ and Fortran compilers.</p> <a href="https://www.openmp.org">OpenMP</a> for the C, C++, and <a href="../../fortran/">Fortran</a> compilers in the <a href="../../">GNU -Compiler Collection</a> and is further improving it. As part of the <a -href="../../">GNU Project</a>, GOMP -simplifies parallel programming for all GNU system variants. This -effort operates in an open environment to attract developers and -ensure applicability across multiple architectures and -applications.</p> +Compiler Collection</a> and is further improving it. +GOMP simplifies parallel programming for a broad variety of systems. +This effort operates in an open environment to attract developers and +ensure applicability across multiple architectures and applications.</p> <p>Traditionally, programmers have used architecture-specific methods to effectively program tightly-parallelized
