Re: [OMPI users] reading from a file

2011-05-24 Thread Rob Latham
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

Re: [OMPI users] reading from a file

2011-05-21 Thread sushil samant
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