diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2019-01-11 14:55:01 +0100 |
---|---|---|
committer | Julian Brown <jules@gcc.gnu.org> | 2019-01-11 13:55:01 +0000 |
commit | 4102bda64c897e0d310972ea157e6ef57ba91f56 (patch) | |
tree | 3870e366908d94724b2cec366387e5b89acd54e1 /libgomp/libgomp.texi | |
parent | 5019eef8d654bdccf1b3bf906e9fa56933c7a8de (diff) | |
download | gcc-4102bda64c897e0d310972ea157e6ef57ba91f56.tar.gz |
Better distinguish OpenACC and OpenMP sections in libgomp.texi
2019-01-11 Thomas Schwinge <thomas@codesourcery.com>
James Norris <jnorris@codesourcery.com>
* libgomp.texi: Better distinguish OpenACC and OpenMP "Runtime
Library Routines", and "Environment Variables".
Co-Authored-By: James Norris <jnorris@codesourcery.com>
From-SVN: r267841
Diffstat (limited to 'libgomp/libgomp.texi')
-rw-r--r-- | libgomp/libgomp.texi | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 4991271528c..e2e384ae8b6 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -95,10 +95,12 @@ changed to GNU Offloading and Multi Processing Runtime Library. @comment @menu * Enabling OpenMP:: How to enable OpenMP for your applications. -* Runtime Library Routines:: The OpenMP runtime application programming +* OpenMP Runtime Library Routines: Runtime Library Routines. + The OpenMP runtime application programming interface. -* Environment Variables:: Influencing runtime behavior with environment - variables. +* OpenMP Environment Variables: Environment Variables. + Influencing OpenMP runtime behavior with + environment variables. * Enabling OpenACC:: How to enable OpenACC for your applications. * OpenACC Runtime Library Routines:: The OpenACC runtime application @@ -144,11 +146,11 @@ version 4.5. @c --------------------------------------------------------------------- -@c Runtime Library Routines +@c OpenMP Runtime Library Routines @c --------------------------------------------------------------------- @node Runtime Library Routines -@chapter Runtime Library Routines +@chapter OpenMP Runtime Library Routines The runtime routines described here are defined by Section 3 of the OpenMP specification in version 4.5. The routines are structured in following @@ -1327,11 +1329,11 @@ guaranteed not to change during the execution of the program. @c --------------------------------------------------------------------- -@c Environment Variables +@c OpenMP Environment Variables @c --------------------------------------------------------------------- @node Environment Variables -@chapter Environment Variables +@chapter OpenMP Environment Variables The environment variables which beginning with @env{OMP_} are defined by section 4 of the OpenMP specification in version 4.5, while those |