mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
5019eef8d6
commit
4102bda64c
|
|
@ -1,3 +1,9 @@
|
||||||
|
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".
|
||||||
|
|
||||||
2019-01-11 Tom de Vries <tdevries@suse.de>
|
2019-01-11 Tom de Vries <tdevries@suse.de>
|
||||||
|
|
||||||
* plugin/plugin-nvptx.c (nvptx_exec): Prevent vector_length 64 and
|
* plugin/plugin-nvptx.c (nvptx_exec): Prevent vector_length 64 and
|
||||||
|
|
|
||||||
|
|
@ -95,10 +95,12 @@ changed to GNU Offloading and Multi Processing Runtime Library.
|
||||||
@comment
|
@comment
|
||||||
@menu
|
@menu
|
||||||
* Enabling OpenMP:: How to enable OpenMP for your applications.
|
* 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.
|
interface.
|
||||||
* Environment Variables:: Influencing runtime behavior with environment
|
* OpenMP Environment Variables: Environment Variables.
|
||||||
variables.
|
Influencing OpenMP runtime behavior with
|
||||||
|
environment variables.
|
||||||
* Enabling OpenACC:: How to enable OpenACC for your
|
* Enabling OpenACC:: How to enable OpenACC for your
|
||||||
applications.
|
applications.
|
||||||
* OpenACC Runtime Library Routines:: The OpenACC runtime application
|
* OpenACC Runtime Library Routines:: The OpenACC runtime application
|
||||||
|
|
@ -144,11 +146,11 @@ version 4.5.
|
||||||
|
|
||||||
|
|
||||||
@c ---------------------------------------------------------------------
|
@c ---------------------------------------------------------------------
|
||||||
@c Runtime Library Routines
|
@c OpenMP Runtime Library Routines
|
||||||
@c ---------------------------------------------------------------------
|
@c ---------------------------------------------------------------------
|
||||||
|
|
||||||
@node Runtime Library Routines
|
@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
|
The runtime routines described here are defined by Section 3 of the OpenMP
|
||||||
specification in version 4.5. The routines are structured in following
|
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 ---------------------------------------------------------------------
|
||||||
@c Environment Variables
|
@c OpenMP Environment Variables
|
||||||
@c ---------------------------------------------------------------------
|
@c ---------------------------------------------------------------------
|
||||||
|
|
||||||
@node Environment Variables
|
@node Environment Variables
|
||||||
@chapter Environment Variables
|
@chapter OpenMP Environment Variables
|
||||||
|
|
||||||
The environment variables which beginning with @env{OMP_} are defined by
|
The environment variables which beginning with @env{OMP_} are defined by
|
||||||
section 4 of the OpenMP specification in version 4.5, while those
|
section 4 of the OpenMP specification in version 4.5, while those
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue