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,5f39173193c39af X-Google-Attributes: gid103376,public X-Google-Thread: 1094ba,a97c18c9ff9b447 X-Google-Attributes: gid1094ba,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Objects in Fortran 2000 Date: 1997/03/22 Message-ID: #1/1 X-Deja-AN: 227509500 References: <01bc280b$32c42d40$dac32299@default> <5fmemp$bgo@fg70.rz.uni-karlsruhe.de> <5gs6ub$kb3@netline-fddi.jpl.nasa.gov> Organization: New York University Newsgroups: comp.lang.fortran,comp.lang.ada Date: 1997-03-22T00:00:00+00:00 List-Id: Bob Duff said <. Fortran 90 has a SIMD model for fine grained parallelism, so the idea of waiting or multiple threads is off base. Really the problem is mor related to the issue of exceptions and optimization in Ada (so 11.6 is the place to look for ideas).