Hi thanks for reply.<br><br>Actually i am trying to paralleling simple HAAR WAVELET.<br><br>In that i need to take summation and subtraction of  two row/column out of an very large array(which represents an image) and is in N*N form with very large dimensions.<br>
<br>so what i want to do is pass two row/column to each worker process.<br>so in that part i am confused how to do that.<br><br>because i studied matrix multiplication but it just passes one row and a complete array to each worker.<br>
<br>i hope i mad it bit clear. and i am attaching serial algo here.<br><br>Thanks.<br><br>Anuj Patel<br><br><br><div class="gmail_quote">On Wed, Dec 2, 2009 at 8:50 PM, Dave Goodell <span dir="ltr">&lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Dec 2, 2009, at 2:07 AM, Anuj Patel wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
can anyone tell me how to pass two row and column at a time.?<br>
</blockquote>
<br></div>
Can you elaborate a little bit?  Are you trying to pass two rows and two columns of an array as an argument to a function?  Is it in C or Fortran?<br>
<br>
Or do you mean how to send an MPI message containing the data from two rows and two columns of an array?<br>
<br>
-Dave<br>
<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</blockquote></div><br>