I have an mpich-2 question. In the function, MPIU_Handle_indirect_init<br>
used during object_allocation, there is the below fail case,<br>
/* See if we can allocate another block */<br>
if (*indirect_size >= indirect_max_size-1) {<br> return 0;<br>}<br>
<br>
How/Why is this a failure case? I have a test which fails at MPIU_Handle_obj_alloc<br>
due to above check, but the system has a lot of memory free.<br>
<br>TIA<br><br>