Re: [OMPI devel] Set alignment for openib internal buffers

2012-04-10 Thread Yevgeny Kliteynik
New version was committed in r26255. -- YK On 04-Apr-12 12:56 PM, Jeffrey Squyres wrote: > Mellanox is re-working the patch; the original commit violated several > abstractions. I hope they'll have a new patch soon, but I don't know the > exact timeframe. > > On Apr 4, 2012, at 4:19 AM, ludo

Re: [OMPI devel] trunk regressions

2012-04-10 Thread Ralph Castain
On Apr 10, 2012, at 7:51 AM, TERRY DONTJE wrote: > Fair enough sorry about the false report. No problem - it's a good reminder to all that we changed this policy. Previously, we allowed oversubscribe by default even on managed systems. This generated some significant concerns from sys admins

Re: [OMPI devel] trunk regressions

2012-04-10 Thread TERRY DONTJE
Fair enough sorry about the false report. I sent you email about the other failures (final and MPI_Errhandler). --td On 4/10/2012 9:40 AM, Ralph Castain wrote: I looked closer at the MTT output, Terry, and loop_spawn is actually behaving correctly. The problem is that (a) the test creates more

Re: [OMPI devel] trunk regressions

2012-04-10 Thread Ralph Castain
I looked closer at the MTT output, Terry, and loop_spawn is actually behaving correctly. The problem is that (a) the test creates more children than allocated slots, and (b) the tests are being executed in a managed environment, and so we enforce the slot limit. The solution is to set the --over

Re: [OMPI devel] trunk regressions

2012-04-10 Thread Ralph Castain
loop_spawn is working for me on both my mac and on odin, but I'll look and see if I can replicate somehow. On Apr 10, 2012, at 4:44 AM, TERRY DONTJE wrote: > Thanks Ralph the comm_join issue seems to be fix but the other issues > mentioned still seem to persist. I'll look at this later today u

Re: [OMPI devel] trunk regressions

2012-04-10 Thread TERRY DONTJE
Thanks Ralph the comm_join issue seems to be fix but the other issues mentioned still seem to persist. I'll look at this later today unless someone else decides to fix them :-). --td On 4/9/2012 6:45 PM, Ralph Castain wrote: Should all be fixed now. On Apr 9, 2012, at 7:17 AM, TERRY DONTJE

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r26243

2012-04-10 Thread George Bosilca
Adachi, You're right indeed, I should have multiplied the displacement by the extent of the datatype. Thanks for catching this! Commit r26259 is supposed to fix this. george. On Apr 9, 2012, at 01:57 , ADACHI Tomoya wrote: > Hi George, > > This fix seems insufficient for multibyte datatype