Jeff Squyres wrote:
One possibility is to have a section that discusses how different MPI implementations may differ in performance in "non-MPI" kinds of ways. E.g.,On Jan 17, 2010, at 12:13 PM, Ashley Pittman wrote:It is something bear in mind when analysing application performance and diagnosing memory problems with applications, a FAQ entry should be considered the minimum IMHO.What, specifically, do you think we should put in the FAQ? (it's easy to add stuff to the FAQ; it's more difficult to decide exactly what should be there) *) Some MPI implementations add optimization flags to their mpicc/mpif90 wrappers by default. So, default compilation with one MPI gives you optimization, while another does not. *) Different MPI implementations have different default process binding behaviors. *) This whole MALLOC issue. Arguably, these issues aren't inherent to MPI. They are general HPC performance tuning considerations. It's a slippery slope to get into these issues (our users care about performance and these things are important to performance, therefore we should tell our users about these things, but where do we stop?). On the other hand, given that these are knobs that various MPI implementations touch (and touch in different ways), they may make sense for us to discuss. Looking into some such FAQ additions is on one of my "to do" lists, but I'm not territorial and can't promise if/when I would get to any of this. |
- Re: [OMPI devel] MALLOC_MMAP_MAX (and MALLOC_MMAP_THRESHO... Sylvain Jeaugey
- Re: [OMPI devel] MALLOC_MMAP_MAX (and MALLOC_MMAP_TH... Jeff Squyres
- Re: [OMPI devel] MALLOC_MMAP_MAX (and MALLOC_MMA... Eugene Loh
- Re: [OMPI devel] MALLOC_MMAP_MAX (and MALLOC... Barrett, Brian W
- Re: [OMPI devel] MALLOC_MMAP_MAX (and MA... Jeff Squyres
- Re: [OMPI devel] MALLOC_MMAP_MAX (a... Ashley Pittman
- Re: [OMPI devel] MALLOC_MMAP_MAX (and MA... Ashley Pittman
- Re: [OMPI devel] MALLOC_MMAP_MAX (a... Barrett, Brian W
- Re: [OMPI devel] MALLOC_MMAP_MA... Ashley Pittman
- Re: [OMPI devel] MALLOC_MMAP_MA... Jeff Squyres
- Re: [OMPI devel] MALLOC_MMAP_MA... Eugene Loh
- Re: [OMPI devel] MALLOC_MMAP_MA... Sylvain Jeaugey
- Re: [OMPI devel] MALLOC_MMAP_MAX (and MALLOC... Chris Samuel