[OMPI users] Does OpenMPI's MPI_Barrier automatically call the tuned version?

2009-03-23 Thread Shanyuan Gao
HI, Here I am again with questions about MPI_Barrier. I did some benchmark on MPI_Barrier and wondered if OpenMPI's implementation automatically calls the tuned version of MPI_Barrier, e.g. tree algorithm, when the number of nodes exceeds 4? Any thoughts are welcomed. :D Shan

Re: [OMPI users] Any scientific application heavily using MPI_Barrier?

2009-03-05 Thread Shanyuan Gao
Thank you, Jeff and Ganesh. My current research is trying to rewrite some collective MPI operations to work with our system. Barrier is my first step, maybe I will have bcast and reduce in the future. I understand that some applications used too many unnecessary barriers. But here what I

[OMPI users] Any scientific application heavily using MPI_Barrier?

2009-03-05 Thread Shanyuan Gao
Hi, I am doing some research on MPI barrier operations. And I am ready to do some performance test. I wonder if there are any applications that using barriers a lot. Please let me know if there is any. Any comments are welcomed. Thanks! Shan