This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fwd: [Announcing OpenMP 3.0 draft for public comment]


For those interested in OpenMP.

Tobias

---------- Forwarded Message ----------
From: Meadows, Lawrence F <lawrence.f.meadows at intel.com>
Date: Sun Oct 21 19:12:10 PDT 2007
Subject: [Omp] Announcing OpenMP 3.0 draft for public comment

21 October 2007

The OpenMP ARB is pleased to announce the release of a draft of Version
3.0 of the OpenMP specification for public comment. This is the first
update to the OpenMP specification since 2005.

This release adds several new features to the OpenMP specification,
including:
*	Tasking: move beyond loops with generalized tasks and support
complex and dynamic control flows.

*	Loop collapse: combine nested loops automatically to expose more
concurrency

*	Enhanced loop schedules: Support aggressive compiler
optimizations of loop schedules and give programmers better runtime
control over the kind of schedule used.

*	Nested parallelism support: better definition of and control
over nested parallel regions, and new API routines to determine nesting
structure


Larry Meadows, CEO of the OpenMP organization, states: "The creation of
OpenMP 3.0 has taken very hard work by a number of people over more than
two years. The introduction of a unified tasking model, allowing
creation and execution of unstructured work, is a great step forward for
OpenMP. It should allow the use of OpenMP on whole new classes of
computing problems."


The draft specification is available in PDF format from the
Specifications section of the OpenMP ARB website:

http://www.openmp.org

(Direct link:
http://www.openmp.org/drupal/mp-documents/spec30_draft.pdf)

Mark Bull has led the effort to expand the applicability of OpenMP while
improving it for its current uses as the Chair of the OpenMP Language
Committee. He states: "The OpenMP language committee has done a fine job
in producing this latest version of OpenMP.  It has been difficult to
resolve some tricky details and understand how tasks should propagate
across the language.  But I think we have come up with solid solutions,
and the team should be proud of their accomplishment."

The ARB warmly welcomes any comments, corrections and suggestions you
have for Version 3.0. For Version 3.0, we are soliciting comments
through an on-line forum, located at http://www.openmp.org/forum. The
forum is entitled Draft 3.0 Public Comment. You can also send email to
feedback at openmp.org if you would rather not use the forum. It is most
helpful if you can refer to the page number and line number where
appropriate.

The public comment period will close on 31 January 2008


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]