Communication in LU example
The statement
COL(K:N) = A(K:N, K)
broadcasts Kth column of A.
The statement
A(K, K+1:N) = A(K, K+1:N) / COL(K)
needs no communication (reason for using COL(K) rather than A(K, K)).
The statement
ROW(K+1:N) = A(K, K+1:N)
broadcasts Kth row of A.
Previous slide
Next slide
Back to first slide
View graphic version