Brian Dobbins wrote:
Wow. Yes. Ditto. E.g., mpicc -show Yes, I have one established example of this. I built MPICH2 with CFLAGS=-O2. I compiled a non-MPI code with "mpicc" (no flags) and got optimized performance with MPICH2 but non-optimized performance with OMPI. About 3x difference in performance for my particular test case. Not a single bit of MPI in the test code. When I tried it, default gcc seemed to be no optimization. In my MPICH2 "mpicc" (with optimization built in) I had to specify "mpicc -O0" explicitly to turn optimization back off again. |
- Re: [OMPI users] Performance: M... Sangamesh B
- Re: [OMPI users] Performance: M... Brock Palen
- Re: [OMPI users] Performance: M... Brock Palen
- Re: [OMPI users] Performance: M... Brian Dobbins
- Re: [OMPI users] Performance: M... Sangamesh B
- Re: [OMPI users] Performance: M... Eugene Loh
- Re: [OMPI users] Performance: M... Sangamesh B
- Re: [OMPI users] Performance: M... Sangamesh B
- Re: [OMPI users] Performance: MPICH... Jeff Squyres
- Re: [OMPI users] Performance: M... Brian Dobbins
- Re: [OMPI users] Performance: M... Eugene Loh
- Re: [OMPI users] Performance: M... Terry Frankcombe
- Re: [OMPI users] Performance: MPICH2 vs OpenMPI Sangamesh B
- Re: [OMPI users] Performance: MPICH2 vs OpenMPI Eugene Loh
- Re: [OMPI users] Performance: MPICH2 vs OpenMPI George Bosilca
- Re: [OMPI users] Performance: MPICH2 vs OpenMPI Anthony Chan
- Re: [OMPI users] Performance: MPICH2 vs OpenMPI Rajeev Thakur