Re: OpenMP and parallel programming languages

beliavsky@aol.com
12 Oct 2004 00:50:46 -0400

          From comp.compilers

Related articles
OpenMP and parallel programming languages neal.wang@gmail.com (2004-10-09)
Re: OpenMP and parallel programming languages dido@imperium.ph (Rafael 'Dido' Sevilla) (2004-10-12)
Re: OpenMP and parallel programming languages Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2004-10-12)
Re: OpenMP and parallel programming languages beliavsky@aol.com (2004-10-12)
Re: OpenMP and parallel programming languages smidkiff@purdue.edu (2004-10-12)
Re: OpenMP and parallel programming languages mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2004-10-17)
Re: OpenMP and parallel programming languages m.a.ellis@ncl.ac.uk (Martin Ellis) (2004-10-17)
Re: OpenMP and parallel programming languages gmt@CS.Arizona.EDU (2004-10-17)
Re: OpenMP and parallel programming languages alexc@TheWorld.com (Alex Colvin) (2004-10-17)
Re: OpenMP and parallel programming languages rbates@southwind.net (Rodney M. Bates) (2004-10-17)
[4 later articles]
| List of all articles for this month |

From: beliavsky@aol.com
Newsgroups: comp.compilers
Date: 12 Oct 2004 00:50:46 -0400
Organization: http://groups.google.com
References: 04-10-073
Keywords: parallel
Posted-Date: 12 Oct 2004 00:50:46 EDT

neal.wang@gmail.com (Neal Wang) wrote in message news:04-10-073...
> Hello folks,
>
> Does anyone know any explicit parellel programming languages? C/C++
> and Fortran support OpenMP directives. Any one has tried to extend
> C/C++ grammar to include OpenMP.


Fortran 95 was a fairly minor revision of Fortran 90, but it did add
some features from High Performance Fortran to facilitate the
expression of parallel algorithms: PURE and ELEMENTAL functions, and
the WHERE and FORALL constructd. Co-Array Fortran (see
http://www.co-array.org/ ) is an extension of Fortran 95.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.