On Sat, May 21, 2011 at 05:15:13PM +0530, sushil samant wrote:
> hi all,
> i am a new comer in openmpi programing.i have a txt file containing
> seven column each column contains double type data. What i want to do
> is to read the file in parallel and find the average value and
> standard deviati
hi all,
i am a new comer in openmpi programing.i have a txt file containing
seven column each column contains double type data. What i want to do
is to read the file in parallel and find the average value and
standard deviation of each column using c++ and openmpi. If someone
can provide a sample