Basic HTML version of Foils prepared August 7 98

Foil 22 An Example of
Nested INDEPENDENT FORALLs

From DoD HPF Training -- 3. Parallel Constructs in HPF DoD Training and Others -- 1995-98. by Chuck Koelbel -- Rice University


1 !HPF$ INDEPENDENT
2 FORALL ( i = 1:3 )
  • a(i) = b(i)
  • FORALL ( j = 1:i )
    • c(i) = d(i)
  • END FORALL
3 END FORALL

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 9 1998