Re: forall and do loop
- From: Tim Prince <timothyprince@xxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 16:35:57 -0700
Richard Edgar wrote:
Tim Prince wrote:
I suppose you could use it as a purely Fortran syntax check for some of
the prerequisites for OpenMP parallel, before switching to OMP PARALLEL DO.
If you can write it as FORALL, then OMP WORKSHARE would probably be a
better fit.
I have yet to find the compiler which did as well with WORKSHARE. Thus the suggestion of using FORALL only to catch sequential dependencies, then switching to old-fashioned DO.
.
- References:
- forall and do loop
- From: aeroguy
- Re: forall and do loop
- From: glen herrmannsfeldt
- Re: forall and do loop
- From: aeroguy
- Re: forall and do loop
- From: *** Hendrickson
- Re: forall and do loop
- From: highegg
- Re: forall and do loop
- From: Richard Maine
- Re: forall and do loop
- From: Wade Ward
- Re: forall and do loop
- From: Tim Prince
- Re: forall and do loop
- From: Richard Edgar
- forall and do loop
- Prev by Date: Re: forall and do loop
- Next by Date: Re: forall and do loop
- Previous by thread: Re: forall and do loop
- Next by thread: Re: forall and do loop
- Index(es):