Basic HTML version of Foils prepared August 7 98

Foil 8 An Example of Nested FORALLs

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


FORALL ( i = 1:3 )
  • a(i) = b(i)
  • FORALL ( j = 1:i )
    • c(i,j) = d(i,j)
  • END FORALL
END FORALL



© 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