Re: [OMPI users] Valgrind Functionality

2008-07-14 Thread Tom Riddle
Thanks to all who gave their input. After upgrading to the latest svn version all is well now. Tom --- On Sun, 7/13/08, Shiqing Fan wrote: From: Shiqing Fan Subject: Re: [OMPI users] Valgrind Functionality To: rarebit...@yahoo.com, "Open MPI Users" Cc: "Jeff Squyres" , "Rainer Keller" List-Po

Re: [OMPI users] Strange problem with 1.2.6

2008-07-14 Thread Jeff Squyres
I don't believe so -- as I understand that ticket, it's a problem on the trunk only, due to changes in ob1 that have occurred since the 1.2 series. On Jul 14, 2008, at 10:04 AM, Lenny Verkhovsky wrote: maybe it's related to #1378 PML ob1 deadlock for ping/ping ? On 7/14/08, Jeff Squyres

Re: [OMPI users] Strange problem with 1.2.6

2008-07-14 Thread Lenny Verkhovsky
maybe it's related to #1378 PML ob1 deadlock for ping/ping ? On 7/14/08, Jeff Squyres wrote: > > What application is it? The majority of the message passing engine did not > change in the 1.2 series; we did add a new option into 1.2.6 for disabling > early completion: > > > http://www.open-mpi

Re: [OMPI users] Strange problem with 1.2.6

2008-07-14 Thread Jeff Squyres
What application is it? The majority of the message passing engine did not change in the 1.2 series; we did add a new option into 1.2.6 for disabling early completion: http://www.open-mpi.org/faq/?category=openfabrics#v1.2-use-early-completion See if that helps you out. Note that I don

Re: [OMPI users] Valgrind Functionality

2008-07-14 Thread Jeff Squyres
On Jul 14, 2008, at 7:07 AM, Ashley Pittman wrote: The default in v1.3 is that ptmalloc2 is *not* built into libopen- pal. This is different than v1.2, where ptmalloc2 *was* included in libopen-pal unless you specified --disable-memory-manager. Thank you for clearing that ip Jeff, what is the

Re: [OMPI users] Valgrind Functionality

2008-07-14 Thread Ashley Pittman
On Sun, 2008-07-13 at 09:16 -0400, Jeff Squyres wrote: > On Jul 13, 2008, at 9:11 AM, Tom Riddle wrote: > > > Does anyone know if this feature has been incorporated yet? I did a > > ./configure --help but do not see the enable-ptmalloc2-internal > > option. > > > > - The ptmalloc2 memory manager

Re: [OMPI users] getting fortran90 to compile

2008-07-14 Thread Jeff Squyres
On Jul 13, 2008, at 2:06 PM, Doug Reeder wrote: I believe you need to ad F90=/usr/bin/gfortran-4.2 (or something similar) to the configure arguments, FC= just gets f77 support. A minor clarification: - FC is for the Fortran 90 compiler - F77 is for the Fortran 77 compiler (we didn't make th