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: robert_dewar@my-dejanews.com Subject: Re: Parallel programing in Linux Cluster using Ada95 Date: 1999/01/19 Message-ID: <782sae$l7p$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 434515490 References: <780mng$mkj$1@news-2.news.gte.net> <1999Jan19.111718.1@eisner> X-Http-Proxy: 1.0 x9.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Jan 19 21:09:45 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-01-19T00:00:00+00:00 List-Id: In article <1999Jan19.111718.1@eisner>, Kilgallen@eisner.decus.org.nospam wrote: > In article <780mng$mkj$1@news-2.news.gte.net>, "Joe L. Vojir" writes: > > Hi, > > I was wondering if I use the task routines in the > > Ada95 programming > > language will I be able to utlize power of our beowolf > > Linux cluster. This > > question is just to decide if I should learn the > > message passing routines or > > if I can use Ada's built-in paralizing capability and > > both would work > > equally. Larry answers about tasking, and then talks about parellization, but I think that is going in the wrong direction. More interesting is to look at using remote procedure call structures, using the facilities of the DSA (Annex E of the RM: Distributed Systems). These are fully implemented in GNAT. Robert Dewar -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own