Related articles |
---|
code convertor samir@benaka.india.hp.com (Samir Srivastava) (1995-10-18) |
code convertor dave@occl-cam.demon.co.uk (Dave Lloyd) (1995-10-30) |
Newsgroups: | comp.compilers |
From: | Dave Lloyd <dave@occl-cam.demon.co.uk> |
Keywords: | parallel |
Organization: | Compilers Central |
References: | 95-10-091 |
Date: | Mon, 30 Oct 1995 15:17:11 GMT |
> Is there any product exist which can convert the code written in procedural
> languages like C or Fortran into the code for Parallel m/c 's i.e.
You might be interested in High Performance Fortran which is designed for
automatic distribution of arrays over processors with all the message passing
handled automatically. Essentially, all you do is mark up your
program with a few distribution directives and the rest is done for you. For
scientific and engineering codes this is a very effective approach -
for ex, Gaussian elimination scales pretty linearly with processors even when
these are SPARC workstations connected by Ethernet!
N.A.Software have a HPF -> F90 mapper and a F90 compiler to go with it for a
variety of platforms incl transputer arrays.
You should contact Dr Norman Brown, <norman@nasoftwr.demon.co.uk> for details.
----------------------------------------------------------------------
Dave Lloyd Email: Dave@occl-cam.demon.co.uk
Oxford and Cambridge Compilers Ltd Phone: (44) 1223 572074
55 Brampton Rd, Cambridge CB1 3HJ, UK
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.