Array Expression to Do Loop[MESSAGE NOT SCANNED]

Tobias Burnus burnus@net-b.de
Fri Dec 5 17:21:00 GMT 2008


Paul Keir wrote:
> Thanks, that looks ideal, and better than I'd hoped; and your example
> was perfect. It looks like a simplified version of C, but with Fortran
> type declarations. Is that known as "GIMPLE"?
>
> The purpose of this is to parallelise the individual array expressions;
> using OpenMP on the loops.
>   

In principle, one could use OpenMP workshare for this; however, it is
not yet implemented in GCC, see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35423

(There is patch available, but I think there was no copyright transfer
yet; without I don't see how it could be included in GCC. Vasilis wrote
that he has requested the form in August, but he did not reply to my
email in October.)

Tobias



More information about the Fortran mailing list