Re: [OMPI users] Measuring latency

2012-08-21 Thread Maginot Junior
marks/). > > Lloyd Brown > Systems Administrator > Fulton Supercomputing Lab > Brigham Young University > http://marylou.byu.edu > > On 08/21/2012 03:32 PM, Maginot Junior wrote: >> Hello. >> How do you suggest me to measure the latency between master em

[OMPI users] Measuring latency

2012-08-21 Thread Maginot Junior
Hello. How do you suggest me to measure the latency between master em slaves in my cluster? Is there any tool that I can use to test the performance of my environment? Thanks -- Maginot JĂșnior

Re: [OMPI users] Simple Doubt about MPI_Gather in C

2012-07-17 Thread Maginot Junior
the buffer and you > should expilicitly specify how many elements should be sent. > Tu be sure, execute some sample programs and check the behavior. > > On Tue, Jul 17, 2012 at 10:24 PM, Maginot Junior > wrote: >> >> Hello, I'm starting with openmpi and still

[OMPI users] Simple Doubt about MPI_Gather in C

2012-07-17 Thread Maginot Junior
Hello, I'm starting with openmpi and still have some doubts and I think I'm making some confusion around here. When using MPI_Gather, if SENDBUF is an array of x elements SENDCOUNT should be 1 if I want to send this entire array or should I use x as SENDCOUNT parameter (telling to fetch x element