This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GOMP project OpenMP 3.0 design document
- From: Diego Novillo <dnovillo at google dot com>
- To: Qihang Huang <qihang dot huang at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 10 Aug 2009 09:23:29 -0400
- Subject: Re: GOMP project OpenMP 3.0 design document
- References: <1104fbfa0908092305x4c18888fm668d59d17b7b7225@mail.gmail.com>
On Mon, Aug 10, 2009 at 02:05, Qihang Huang<qihang.huang@gmail.com> wrote:
> I found some preliminary documents for the initial GOMP project, but
> it is old and not much detail. I was wondering whether there is a
> design document for OpenMP 3.0? Or something similar. That would be
> really helpful.
The design document is the standard itself, available at
http://www.openmp.org. For some design notes on the OpenMP
implementation in GCC, look for the 2005 or 2006 GCC Summit
proceedings available at http://gcc.gnu.org/wiki/GettingStarted
Diego.