hi,
I distributed a matrix into some number of processors.The distribution is either rowwise or columnwise only.Now i have global starting row index, starting column index ending row index and ending column index.Now i have to add a value to all elements between the indices.
can somebody please reply me how i can perform the above operation.

