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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 114669,94472ba0fa186a8d X-Google-Attributes: gid114669,public X-Google-Thread: 1147fc,94472ba0fa186a8d X-Google-Attributes: gid1147fc,public X-Google-Thread: 103376,94472ba0fa186a8d X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: ADA on the super Date: 1998/04/21 Message-ID: <1998Apr21.072245.1@eisner>#1/1 X-Deja-AN: 346273822 Distribution: inet X-Nntp-Posting-Host: eisner.decus.org References: <6h7v0c$r68$1@bambi.zdv.Uni-Mainz.DE> <6ha2lu$5cb$1@nnrp1.dejanews.com> <6hfjmg$hvt@top.mitre.org> <6hghkc$j8f$3@news.utrecht.NL.net> X-Trace: news.decus.org 893157777 28811 KILGALLEN [192.67.173.2] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.sys.super,comp.parallel.mpi,comp.lang.ada Date: 1998-04-21T00:00:00+00:00 List-Id: In article <6hghkc$j8f$3@news.utrecht.NL.net>, Toon Moene writes: > Gentlemen, please note that the subject of this thread is: Ada on the super. Apparently you have not bothered to read the posts of others. Several have pointed out that the copies they receive say "ADA" rather than "Ada". As for "super", that is not an abbreviation normally used here on comp.lang.ada. Someone tuning in in the middle might have seen your reference to "super user", figured you were referring to Unix, and ignored the rest. Although I sometimes feel Robert Dewar judges posts too harshly, his analysis of the original as "rambling" seems quite correct. > Furthermore, gcc doesn't support the OpenMP (http://www.openmp.org) > parallellisation directives, and neither has automatic parallellisation. So why would one want automatic parallelization in a language devoted to programmer-specified parallelization ? If the problems defy manual parallelization but are susceptible to automatic parallelization, use a language like Fortran where automatic parallelization will not conflict with explicit parallelization (tasking) already specified by the programmer. In general the Ada language does not support features which cannot be used along with particular other features. Larry Kilgallen