From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7834b3688302a052 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Parallel programing in Linux Cluster using Ada95 Date: 1999/01/19 Message-ID: <78336t$rej$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 434555106 References: <780mng$mkj$1@news-2.news.gte.net> <1999Jan19.111718.1@eisner> X-Http-Proxy: 1.0 x3.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Jan 19 23:07:17 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-01-19T00:00:00+00:00 List-Id: In article <1999Jan19.111718.1@eisner>, Kilgallen@eisner.decus.org.nospam wrote: > I suppose it would be possible to write an Ada compiler that automated > parallelizing in the Fortran sense, but most programmers who have a > problem susceptible to that sort of approach are using Fortran. Ada doesn't have the explicit parallel loops, but those could probably be put into a compiler w/ custom pragmas. (pragma dopar (loop_label);) Plus an Ada compiler should actualy have an eaiser time than a HPF compiler finding implicitly parallelizable code. But I don't know how amenable gnat would be to such mucking, given its gcc base. T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own