Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r27035 - trunk/orte/util

2012-08-14 Thread Ralph Castain
yes tim, i'm aware of it - this just needed to be fixed quickly so lanl could operate. On Aug 14, 2012, at 1:00 PM, Tim Mattox wrote: > Is a linear search actually necessary? Is there some order to the > vpid's in the array? > I would hope you could do a binary search, or if the vpid's are uno

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r27035 - trunk/orte/util

2012-08-14 Thread Tim Mattox
Is a linear search actually necessary? Is there some order to the vpid's in the array? I would hope you could do a binary search, or if the vpid's are unordered, then hopefully this is a rarely invoked code path. Just thinking of scalability. On Tue, Aug 14, 2012 at 2:18 PM, wrote: > Author: r