Re: [OMPI devel] VampirTrace and MPI_Init_thread()

2010-08-11 Thread Lisandro Dalcin
On 11 August 2010 03:12, Matthias Jurenz wrote: > Hello Lisandro, > > this problem will be fixed in the next Open MPI release. There was an obsolete > preprocessor condition around the MPI_Init_thread wrapper, so the source code > could never be compiled :-( > > Thanks for the hint. > > Matthias >

Re: [OMPI devel] Trunk Commit Heads-up: New Common Shared Memory Component

2010-08-11 Thread Samuel K. Gutierrez
Hi Terry, One more thing... Before testing on Solaris 10, could you please update (I just committed a Solaris 10 fix). Thanks, -- Samuel K. Gutierrez Los Alamos National Laboratory On Aug 11, 2010, at 1:15 PM, Samuel K. Gutierrez wrote: Hi Terry, On Aug 11, 2010, at 12:34 PM, Ter

Re: [OMPI devel] Trunk Commit Heads-up: New Common Shared Memory Component

2010-08-11 Thread Samuel K. Gutierrez
Hi Terry, On Aug 11, 2010, at 12:34 PM, Terry Dontje wrote: I've done some minor testing on Linux looking at resident and shared memory sizes for np=4, 8 and 16 jobs. I could not see any appreciable differences in sizes in the process between sysv, posix or mmap usage in the SM btl

Re: [OMPI devel] Trunk Commit Heads-up: New Common Shared Memory Component

2010-08-11 Thread Terry Dontje
I've done some minor testing on Linux looking at resident and shared memory sizes for np=4, 8 and 16 jobs. I could not see any appreciable differences in sizes in the process between sysv, posix or mmap usage in the SM btl. So I am still somewhat non-plussed about making this the default. It

[OMPI devel] Trunk is okay

2010-08-11 Thread Ralph Castain
After digging deeper, this appears to have been an issue with corruption on my computer - the trunk seems to be working on my other computer. False alarm - I'll let you know if it recurs under further investigation.

[OMPI devel] Trunk appears broken

2010-08-11 Thread Ralph Castain
I'm still investigating the rev that caused the break, but I wanted to warn everyone that the current trunk is broken: Ralph:ompi-trunk rhc$ mpirun -n 3 hostname Ralph Ralph:ompi-trunk rhc$ Note only the one output. I have confirmed that all three processes ran, so this appears to be a case o

Re: [OMPI devel] Trunk Commit Heads-up: New Common Shared Memory Component

2010-08-11 Thread Samuel K. Gutierrez
Hi Rich, It's a modification to the existing common sm component. The modifications do include the addition of a new POSIX shared memory facility, however. Sam On Aug 11, 2010, at 10:05 AM, Graham, Richard L. wrote: Is this a modification of the existing component, or a new component ?

Re: [OMPI devel] Trunk Commit Heads-up: New Common Shared Memory Component

2010-08-11 Thread Graham, Richard L.
Is this a modification of the existing component, or a new component ? Rich On 8/10/10 10:52 AM, "Samuel K. Gutierrez" wrote: Hi, I wanted to give everyone a heads-up about a new POSIX shared memory component that has been in the works for a while now and is ready to be pushed into the trunk.

Re: [OMPI devel] VampirTrace and MPI_Init_thread()

2010-08-11 Thread Matthias Jurenz
Hello Lisandro, this problem will be fixed in the next Open MPI release. There was an obsolete preprocessor condition around the MPI_Init_thread wrapper, so the source code could never be compiled :-( Thanks for the hint. Matthias On Wednesday 11 August 2010 05:34:33 Lisandro Dalcin wrote: >