On 8/8/12 11:28 PM, "Eugene Loh" wrote:
>On 8/7/2012 5:45 AM, Jeff Squyres wrote:
>> So the issue is when (for example) Fortran MPI_Recv says "hey, C ints
>>are the same as Fortran INEGERs, so I don't need a temporary MPI_Status
>>buffer; I'll just use the INTEGER array that I was given, and pass
On Aug 14, 2012, at 10:04 AM, Barrett, Brian W wrote:
> That's incorrect. Fortran statuses should never be passed to C
> interfaces. If you look at testany_f.c, for example, a temporary status
> is created and then passed to the C binding
I think the issue is that there is a mix of both styles.
On 8/14/12 8:30 AM, "Jeff Squyres" wrote:
>On Aug 14, 2012, at 10:04 AM, Barrett, Brian W wrote:
>
>> That's incorrect. Fortran statuses should never be passed to C
>> interfaces. If you look at testany_f.c, for example, a temporary status
>> is created and then passed to the C binding
>
>I thi
Hi Jeff,
Hi All,
On 08/07/12 18:51, Jeff Squyres wrote:
So I'm not 100% clear on what you mean here: when you set the OFED params to
allow registration of more memory than you have physically,
does the problem go away?
We are talking about machines with 24GB RAM (S) and 96GB RAM (L).
The defa
Noted in https://svn.open-mpi.org/trac/ompi/ticket/3218#comment:4.
On Aug 14, 2012, at 11:10 AM, Barrett, Brian W wrote:
> On 8/14/12 8:30 AM, "Jeff Squyres" wrote:
>
>> On Aug 14, 2012, at 10:04 AM, Barrett, Brian W wrote:
>>
>>> That's incorrect. Fortran statuses should never be passed to C
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
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