[patch, libgomp, docs] adding documentation to libgomp

Daniel Franke franke.daniel@gmail.com
Thu Nov 23 23:40:00 GMT 2006


:ADDPATCH libgomp:

This manual documents the usage of libgomp, the GNU implementation of
the OpenMP (http://www.openmp.org) Application Programming Interface
(API) for multi-platform shared-memory parallel programming in C/C++
and Fortran.

* Menu:

* Enabling OpenMP::            How to enable OpenMP for your Applications.
* Runtime Library Routines::   The OpenMP Runtime Application Programming
                               Interface.
* Environment Variables::      Influencing runtime behavior with environment
                               variables.
* The libgomp ABI::            Notes on the external ABI presented by libgomp.
* Reporting Bugs::             How to report bugs in GNU OpenMP.
* Copying::                    GNU General Public License says
                               how you can copy and share GNU Fortran.
* GNU Free Documentation License::
                               How you can copy and share this manual.
* Funding::                    How to help assure continued work for free
                               software.
* Index::                      Index of this documentation.


Section 2 briefly documents the library routines as described by the OpenMP 
standard, section 3 describes standard and non-standard environment 
variables. The latter also implements PR28209. The contents of the file NOTES 
is included in section 4, "The libgomp ABI".

To allow libgomp.info to be distributed, the enable-generated-files-in-srcdir 
option was added to configure. Newly available targets are: info, dvi, pdf 
and html.

Tested on i686-pc-linux-gnu.

When reviewing this documentation, please keep in mind that I am not a native 
speaker: strange wording, typographical or grammatical errors are likely.

Thanks
	Daniel



2006-11-24  Daniel Franke  <franke.daniel@gmail.com>

	PR libgomp/28209
	* libgomp.texi: New file.
	* configure.ac: Add --enable-generated-files-in-srcdir option.
	* Makefile.am Add info, dvi, pdf, html targets. On request, copy files to 
srcdir.
	* Makefile.in: Regenerated.
	* config.h.in: Regenerated.
	* testsuite/Makefile.in: Regenerated.
	* NOTES: Removed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: libgomp.info.patch.gz
Type: application/x-gzip
Size: 9339 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20061123/46407ba4/attachment.bin>


More information about the Gcc-patches mailing list