Re: [OMPI devel] Malloc segfaulting?

2007-09-21 Thread Tim Prins
But I am compiling Open MPI with --without-memory-manager, so it should work? Anyways, I ran the tests and valgrind is reporting 2 different (potentially related) problems: 1. ==12680== Invalid read of size 4 ==12680==at 0x709DE03: ompi_cb_fifo_write_to_head (ompi_circular_buffer_fifo.h:271

Re: [OMPI devel] 2nd cut of MTT web page

2007-09-21 Thread Jeff Squyres
@#$%@#$% Someday, I'm going to learn to send to the right list. Sigh. Well, if anyone here cares, there's a slowly-getting-there web site for MTT going up... :-) On Sep 21, 2007, at 9:18 PM, Jeff Squyres wrote: http://www.open-mpi.org/projects/mtt/ I fixed the left-hand navigation, put

[OMPI devel] 2nd cut of MTT web page

2007-09-21 Thread Jeff Squyres
http://www.open-mpi.org/projects/mtt/ I fixed the left-hand navigation, put up some descriptive text, and then copped out and linked to the wiki for all the real content. :-) Comments? -- Jeff Squyres Cisco Systems

[OMPI devel] Sajjad Tabib is out of the office.

2007-09-21 Thread Sajjad Tabib
I will be out of the office starting 09/21/2007 and will not return until 10/01/2007. I will respond to your message when I return.

Re: [OMPI devel] UD BTL alltoall hangs

2007-09-21 Thread Andrew Friedley
Thanks George. I figured out the problem (two of them actually) based on a pointer from Gleb (thanks Gleb). I have two types of send queues on the UD BTL -- one is per-module, and the other is per-endpoint. I had missed looking for stuck frags on the per-endpoint queues. So something is wro

Re: [OMPI devel] VT integration

2007-09-21 Thread Jeff Squyres
Excellent -- thanks. On Sep 21, 2007, at 11:30 AM, Andreas Knüpfer wrote: On Friday 21 September 2007, Jeff Squyres wrote: Per an idea that came up recently, can we make it so that ompi_info reports the version of VT that is integrated into Open MPI? good idea, we'll pick it up real soon An

Re: [OMPI devel] VT integration

2007-09-21 Thread Andreas Knüpfer
On Friday 21 September 2007, Jeff Squyres wrote: > Per an idea that came up recently, can we make it so that ompi_info > reports the version of VT that is integrated into Open MPI? good idea, we'll pick it up real soon Andreas -- Dipl. Math. Andreas Knuepfer, Center for Information Services an

Re: [OMPI devel] UD BTL alltoall hangs

2007-09-21 Thread George Bosilca
Andrew, There is an option on the message queue stuff, that allow you to see all internal pending requests. On the current trunk, edit the file ompi/debuggers/ompi_dll.s at line 736 and set the p_info- >show_internal_requests to 1. Now compile and install it, and then restart totalview. Yo

Re: [OMPI devel] Malloc segfaulting?

2007-09-21 Thread George Bosilca
Tim, Valgrind will not help ... It can help with double free or things like this, but not with over-running memory that belong to your application. However, in Open MPI we have something that might help you. The option --enable-mem-debug add a unused space at the end of each memory alloca

Re: [OMPI devel] Malloc segfaulting?

2007-09-21 Thread Tim Prins
Aurelien and Brian. Thanks for the suggestions. I reran the runs with --without-memory-manager and got (on 2 of 5000 runs): *** glibc detected *** corrupted double-linked list: 0xf704dff8 *** on one and *** glibc detected *** malloc(): memory corruption: 0xeda00c70 *** on the other. So it looks

[OMPI devel] VT integration

2007-09-21 Thread Jeff Squyres
Per an idea that came up recently, can we make it so that ompi_info reports the version of VT that is integrated into Open MPI? -- Jeff Squyres Cisco Systems