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

Re: [OMPI users] MPI_Alltoallv function crashes when np > 100

2011-05-21 Thread 孟宪军
hi, I have found the reason that cause the problem, when call MPI_Alltoall(v) with many processes(300 for instanse), it will build lots of connections in a very short space of time. This situation causes my network card drops lots of packages including the 'syn' packages, as the result, the connec