From 22a26b6e03ae72cb690fed1697fcf89eae511e9c Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 22 Nov 2008 04:02:09 +0000 Subject: [PATCH] updated hw4 git-svn-id: svn://anubis/gvsu@238 45c1a28c-8058-47b2-ae61-ca45b979098e --- cs677/hw4/hw.tex | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cs677/hw4/hw.tex b/cs677/hw4/hw.tex index f6530a9..1a5fedb 100644 --- a/cs677/hw4/hw.tex +++ b/cs677/hw4/hw.tex @@ -35,10 +35,13 @@ \vskip 1em \item[2.]{ - Assume that $p \leq n$ and if any process $i$ owns more than one row of - the matrix, then the rows that it owns are contiguous. - Then, for each process $p$, a gather operation is - performed. + We are to transpose an $n \times n$ matrix that is initially + rowwise block-decomposed among $p$ processes. + Assume that $p \leq n$ and if any process $i$ owns $k > 1$ rows of + the matrix, then the $k$ rows that it owns are contiguous. + + Then, the procedure to transpose the matrix is as follows: + For each process $i$, a gather operation is performed. }