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) |
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) |
[1 later articles] |
From: | Martin Ellis <m.a.ellis@ncl.ac.uk> |
Newsgroups: | comp.compilers |
Date: | 17 Oct 2004 16:03:52 -0400 |
Organization: | University of Newcastle upon Tyne |
References: | 04-10-073 |
Keywords: | parallel |
Posted-Date: | 17 Oct 2004 16:03:52 EDT |
Neal Wang wrote:
> Does anyone know any explicit parellel programming languages? C/C++
> and Fortran support OpenMP directives.
I've just started looking at Handel-C. It's used for hardware/software
co-design and is pretty much a superset of C. It has a 'par' (parallel)
construct at least - I'm sure I saw some semaphore primitives somewhere
too.
Some docs at:
http://www.celoxica.com/techlib/default.asp?Action=1&CatID=9&CatType=2
(useful ones about half-way down)
ImpulseC looks like a similar idea based on a quick glance, but I haven't
looked properly.
http://www.impulsec.com/
Martin
Return to the
comp.compilers page.
Search the
comp.compilers archives again.