Next: Aligning to a Template
Up: Alignment and Distribution
Previous: Visualisation
-
ALIGN A(:) WITH T1(:,*)
--
i,
element A(i) is replicated along row T1(i,:). -
ALIGN C(i,j) WITH T2(j,i)
-- the transpose of C
is aligned to T1, -
ALIGN B(:,*) WITH T3(:)
--
i,
row B(i,:) is collapsed onto TEMPLATE element T2(i), -
DISTRIBUTE (BLOCK,CYCLIC) :: T1, T2
-
DISTRIBUTE T1(CYCLIC,*) ONTO P
-- rows of T1 are
distributed in a round-robin fashion.
For more information, click here
Now try this question
Next: Aligning to a Template
Up: Alignment and Distribution
Previous: Visualisation
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.