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,2825742776461038 X-Google-Thread: 1147fc,2825742776461038 X-Google-Attributes: gid103376,gid1147fc,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.tiscali.de!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!news.task.gda.pl!not-for-mail From: jtg Newsgroups: comp.lang.ada,comp.parallel.mpi Subject: Re: Ada-friendly MPI Date: Thu, 23 Jun 2005 15:08:46 +0200 Organization: CI TASK http://www.task.gda.pl Message-ID: References: NNTP-Posting-Host: pwr74.pwradio.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: korweta.task.gda.pl 1119531948 16158 153.19.176.74 (23 Jun 2005 13:05:48 GMT) X-Complaints-To: abuse@news.task.gda.pl NNTP-Posting-Date: Thu, 23 Jun 2005 13:05:48 +0000 (UTC) X-Original-Organization: CI TASK http://www.task.gda.pl In-Reply-To: X-Accept-Language: pl, en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 X-Organization-Notice: Organization line has been filtered Xref: g2news1.google.com comp.lang.ada:11591 comp.parallel.mpi:988 Date: 2005-06-23T15:08:46+02:00 List-Id: Pascal Obry wrote: > "*-> That Guy Downstairs <-*" writes: > > >>Hi all, >>I am looking at getting into a LAM-MPI system running Ada95 on Linux. > > > Why not use the Distributed Annex (Annex-E) and the Ada's built-in > parallelism support ? > As far as I am concerned Ada Distributed Annex is non-standard. :-( All three supercomputers, that I had opportunity to use, supported MPI only or MPI/PVM. I had no clue how to use Ada built-in parallelism in these environments. But I am interested in the subject. Do you know about environments where Ada Distributed Annex is supported (and used)? Do you use it yourself?