Related articles |
---|
[2 earlier articles] |
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) |
Re: OpenMP and parallel programming languages cyberlync@gmail.com (cyberlync@gmail.com) (2004-10-17) |
Re: OpenMP and parallel programming languages victor@eijkhout.net (2004-10-17) |
Re: OpenMP and parallel programming languages idbaxter@semdesigns.com (Ira Baxter) (2004-10-17) |
Re: OpenMP and parallel programming languages kven80918@yeehaw.com (Ed Kornkven) (2004-10-17) |
From: | Alex Colvin <alexc@TheWorld.com> |
Newsgroups: | comp.compilers |
Date: | 17 Oct 2004 16:05:51 -0400 |
Organization: | The World : www.TheWorld.com : Since 1989 |
References: | 04-10-073 04-10-084 |
Keywords: | parallel |
Posted-Date: | 17 Oct 2004 16:05:51 EDT |
>> 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.
there have been several explicitly pareallel C dialects. Data-parallel C
languages include
C* for the Connection Machines
http://burks.brighton.ac.uk/burks/foldoc/97/15.htm
and its derivative, Data-parallel C
http://burks.brighton.ac.uk/burks/foldoc/81/28.htm
more recently, Cilk
http://supertech.lcs.mit.edu/cilk/
and split-C
http://www.cs.berkeley.edu/projects/parallel/castle/split-c/
None of these includes OpenMP directly, though.
--
mac the naïf
Return to the
comp.compilers page.
Search the
comp.compilers archives again.