Xref: utzoo comp.lang.misc:5028 comp.compilers:895 alt.flame:19258 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!xylogics!merk!spdcc!esegue!compilers-sender From: pardo@june.cs.washington.edu (David Keppel) Newsgroups: comp.lang.misc,comp.compilers,alt.flame Subject: Parallel FORTRAN bite Message-ID: <1990May31.161025.3138@esegue.segue.boston.ma.us> Date: 31 May 90 16:10:25 GMT Sender: compilers-sender@esegue.segue.boston.ma.us Reply-To: pardo@june.cs.washington.edu (David Keppel) Organization: University of Washington, Computer Science, Seattle Lines: 22 Approved: compilers@esegue.segue.boston.ma.us One of my friends was trying to write a program to run on a Connection Machine. He used the construct DOALL I = 1, N and the program RAN, but it gave wrong answers. He eventually discovered that CM FORTRAN doesn't have the DOALL extension, and that the compiler was dutifully converting his code to DO ALLI = 1, N Thank god he wasn't writing code for the Range Safety Officer on the next shuttle launch! ;-D on ( DAIIC: Do As If I'm Crazy ) Pardo -- pardo@cs.washington.edu {rutgers,cornell,ucsd,ubc-cs,tektronix}!uw-beaver!june!pardo -- Send compilers articles to compilers@esegue.segue.boston.ma.us {spdcc | ima | lotus}!esegue. Meta-mail to compilers-request@esegue. Please send responses to the author of the message, not the poster.