| Related articles |
|---|
| Parallel FORTRAN bite pardo@june.cs.washington.edu (1990-05-30) |
| Re: Parallel FORTRAN bite sampson@cod.nosc.mil (1990-06-11) |
| Re: Parallel FORTRAN bite hirchert@ux1.cso.uiuc.edu (1990-06-12) |
| Parallel Fortran bite worley@compass.com (1990-06-20) |
| Newsgroups: | comp.compilers |
| From: | worley@compass.com (Dale Worley) |
| Date: | Wed, 20 Jun 90 04:18:45 GMT |
| Organization: | Compilers Central |
People are getting all hot and bothered about the parallel Fortran
statement
DOALL I = 1, N
Well, don't. The statement is actually (in the implementations that
support it):
FORALL I = 1, N
Dale Worley Compass, Inc. worley@compass.com
[What a relief. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.