1
1

add comment to mca_ptl_base_match_in_order_network_delivery.

This commit was SVN r3050.
Этот коммит содержится в:
Rich Graham 2004-10-12 00:11:08 +00:00
родитель e83db5af32
Коммит cc46f30e6c

Просмотреть файл

@ -622,6 +622,12 @@ static void mca_ptl_base_check_cantmatch_for_match(ompi_list_t *additional_match
* is used.
* - 2nd and greater fragments include a receive descriptor pointer
* - this routine may be called simoultaneously by more than one thread
*
* On return, if match is made:
* neither the fragment, nor the matched receive descriptor
* are on any list
* if match is not made:
* The fragment is placed on the unexpected fragment list
*/
bool mca_ptl_base_match_in_order_network_delivery(
mca_ptl_base_match_header_t *frag_header,