[mpich-discuss] Question about MPIU_Handle_obj_alloc (&MPID_Request_mem)

Tejus A G tejus.ag at gmail.com
Fri Jan 23 15:09:57 CST 2009


I have an mpich-2 question. In the function, MPIU_Handle_indirect_init
used during object_allocation, there is the below fail case,
 /* See if we can allocate another block */
if (*indirect_size >= indirect_max_size-1) {
     return 0;
}

How/Why is this a failure case? I have a test which fails at
MPIU_Handle_obj_alloc
due to above check, but the system has a lot of memory free.

TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20090123/ccb210e3/attachment.htm>


More information about the mpich-discuss mailing list