Related articles |
---|
langage for mapping algorithms on SIMD/MIMD computer? contandr@vlsi.polymtl.ca (nicolas contandriopoulos) (1996-01-31) |
Re: langage for mapping algorithms on SIMD/MIMD computer? cdg@nullstone.com (1996-02-01) |
langage for mapping algorithms on SIMD/MIMD computer? dave@occl-cam.demon.co.uk (Dave Lloyd) (1996-02-01) |
Re: langage for mapping algorithms on SIMD/MIMD computer? prahlad@newsgate.dircon.co.uk (Prahladavaradan Sampath) (1996-02-03) |
From: | cdg@nullstone.com (Christopher Glaeser) |
Newsgroups: | comp.compilers |
Date: | 1 Feb 1996 21:49:33 -0500 |
Organization: | Compilers Central |
References: | 96-01-149 |
Keywords: | C, parallel |
Nicolas Contandriopoulos <contandr@vlsi.polymtl.ca> writes:
> We are looking for a programming language (base on C) which can
> include some partitionning directives (SIMD/MIMD).
You may want to consider MPL (Maspar Programming Language) for ideas.
A basic feature of MPL is the type qualifier "plural" which describes
data on the SIMD processors. In addition, plural expressions can be
used in IF, FOR, WHILE, etc, statements to control which processors
participate at each region of code.
The MPL implementation is based on the gcc compiler, and the source code
can be accessed at ftp://maspar.maspar.com/pub/.
Best regards,
Christopher Glaeser cdg@nullstone.com
Nullstone Corporation http://www.nullstone.com
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.