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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a9bbfb8cd49f1a51 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!usenet-fr.net!news.enst.fr!not-for-mail From: Jerome Hugues Newsgroups: comp.lang.ada Subject: Re: Isn't this in favour of Ada?? Date: Mon, 25 Jul 2005 15:08:45 +0000 (UTC) Organization: ENST, France Message-ID: References: <42d64dde$0$64794$edfadb0f@dread12.news.tele.dk> <42e0a2a6$0$36943$edfadb0f@dread12.news.tele.dk> <42e0cd67$0$37532$edfadb0f@dread12.news.tele.dk> <42E102A9.5060707@mailinator.com> <42e4e8ea$0$3948$ba620e4c@news.skynet.be> NNTP-Posting-Host: nephilim.enst.fr X-Trace: avanie.enst.fr 1122304125 36837 137.194.160.16 (25 Jul 2005 15:08:45 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 25 Jul 2005 15:08:45 +0000 (UTC) User-Agent: slrn/0.9.7.3 (SunOS) Xref: g2news1.google.com comp.lang.ada:3753 Date: 2005-07-25T15:08:45+00:00 List-Id: In article <42e4e8ea$0$3948$ba620e4c@news.skynet.be>, Adrien Plisson wrote: >> Also, there are MPI bindings for Ada which wouldn't be the case if those >> two had the same niches in mind. > > strange enough when one knows about annex E. i think it exists for > inter-operability between softwares written using different languages. > (Annex E is kinda Ada'ish). I'm not sure this was the main goal of annex E, perhaps an Ada "historian" can confirm. Annex B (Interface to Other Languages) seems more relevant for this topic. > (side note: shouldn't PolyORB provide a personality which would allow > an Ada Annex E enabled application to inter-operate with a MPI enabled > amplication ?) PolyORB *c*ould, the "only" point is to provide the corresponding protocol personality (if MPI defines its own protocol), and (I suppose) some way to map Ada calls onto MPI functions (and vice-versa). I'm not an MPI expert. There already exist mappings for CORBA <=> DSA (quite natural in most cases, ses Quinot's paper on CIAO), CORBA/MOM (requires some thinking), so why not for DSA/MPI. *sh*ould is another question .. but we welcome all new contributors onboard ;) -- Jerome