<p class="MsoNormal">Hello all,</p>

<p class="MsoNormal">In an mpi parallel code which of the following two is a
better way:</p>

<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="">1)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">      </span></span>Read
the input data from input data files only by the master process and then
broadcast it other processes.</p>

<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="">2)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">      </span></span>All
the processes read the input data directly from input data files (no need of
broadcast from the master process). Is it possible?.</p>





<p class="MsoNormal"><span style=""> </span><br> Thank you very much.</p>

<p class="MsoNormal">Regards,<br>
Amjad Ali.</p>