[OMPI devel] openmpi-1.2.4 compilation error in orte_abort.c on Fedora 8 - patch included

2007-12-10 Thread Sebastian Schmitzdorff
Hi, on Fedora 8 x86_64 openmpi-1.2.4 doesn't compile. A quick glance at the nightly openmpi snapshot leads me to the conclusion that this is still the case. In function 'open', inlined from 'orte_abort' at runtime/orte_abort.c:91: /usr/inc

[OMPI devel] Print warning in v1.2 series if THREAD_MULTIPLE or progress threads are used

2007-12-10 Thread Jeff Squyres
Per my prior mail, I just filed a patch on CMR #1198 to print a big warning on MPI_COMM_WORLD rank 0 if MPI_THREAD_MULTIPLE and/or progress threads are used. We know that this functionality basically doesn't work, so instead of getting lots more mail to the users list, let's at least put a

[OMPI devel] [PATCH] openib btl: correct help message error

2007-12-10 Thread Jon Mason
Slight word usage and grammar error in the openib btl help test. I believe the change below is the intended meaning. Thanks, Jon Index: ompi/mca/btl/openib/help-mpi-btl-openib.txt === --- ompi/mca/btl/openib/help-mpi-btl-openib.txt

Re: [OMPI devel] [PATCH] openib btl: correct help message error

2007-12-10 Thread Jeff Squyres
Cool; thanks. Go ahead and commit. BTW, we work a bit differently here in OMPI as compared to the OpenFabrics community -- you don't need to mail all patches to the list before committing (especially for trivial fixes like this :-) ). On Dec 10, 2007, at 4:05 PM, Jon Mason wrote: Sligh

Re: [OMPI devel] [PATCH] openib btl: correct help message error

2007-12-10 Thread Jon Mason
On Mon, Dec 10, 2007 at 04:14:57PM -0500, Jeff Squyres wrote: > Cool; thanks. Go ahead and commit. Will Do. > > BTW, we work a bit differently here in OMPI as compared to the > OpenFabrics community -- you don't need to mail all patches to the > list before committing (especially for trivia

Re: [OMPI devel] [PATCH] openib btl: correct help message error

2007-12-10 Thread Jeff Squyres
On Dec 10, 2007, at 4:49 PM, Jon Mason wrote: BTW, we work a bit differently here in OMPI as compared to the OpenFabrics community -- you don't need to mail all patches to the list before committing (especially for trivial fixes like this :-) ). Sorry, I was just trying to err on the side of c

Re: [OMPI devel] openmpi-1.2.4 compilation error in orte_abort.c on Fedora 8 - patch included

2007-12-10 Thread Jeff Squyres
Yo Ralph -- I see you committed this to the ORTE-future branch. Any objections to me committing to trunk/v1.2? (Thanks Sebastian -- stupid Fedora! ;-) ) On Dec 10, 2007, at 11:02 AM, Sebastian Schmitzdorff wrote: Hi, on Fedora 8 x86_64 openmpi-1.2.4 doesn't compile. A quick glance at th

Re: [OMPI devel] openmpi-1.2.4 compilation error in orte_abort.c on Fedora 8 - patch included

2007-12-10 Thread Ralph Castain
Nah, go ahead! Just change the permission to 0660 - that's a private file that others shouldn't really perturb. Ralph On 12/10/07 2:59 PM, "Jeff Squyres" wrote: > Yo Ralph -- > > I see you committed this to the ORTE-future branch. Any objections to > me committing to trunk/v1.2? > > (Thank

[OMPI devel] Dynamically Turning On and Off Memory Manager of Open MPI at Runtime??

2007-12-10 Thread Peter Wong
Open MPI defines its own malloc (by default), so malloc of glibc is not called. But, without calling malloc of glibc, the allocator of libhugetlbfs to back text and dynamic data by large pages, e.g., 16MB pages on POWER systems, is not used. Indeed, we can build Open MPI with --with-memory-manag

Re: [OMPI devel] Dynamically Turning On and Off Memory Manager of Open MPI at Runtime??

2007-12-10 Thread Brian W. Barrett
On Mon, 10 Dec 2007, Peter Wong wrote: Open MPI defines its own malloc (by default), so malloc of glibc is not called. But, without calling malloc of glibc, the allocator of libhugetlbfs to back text and dynamic data by large pages, e.g., 16MB pages on POWER systems, is not used. Indeed, we ca

Re: [OMPI devel] Dynamically Turning On and Off Memory Manager of Open MPI at Runtime??

2007-12-10 Thread Patrick Geoffray
Hi Peter, Peter Wong wrote: Open MPI defines its own malloc (by default), so malloc of glibc is not called. But, without calling malloc of glibc, the allocator of libhugetlbfs to back text and dynamic data by large pages, e.g., 16MB pages on POWER systems, is not used. You could modify ptmall