1
1

btl.h: update comment for new add_procs behavior

Этот коммит содержится в:
Jeff Squyres 2015-08-26 10:51:07 -07:00 коммит произвёл Nathan Hjelm
родитель 987e865c99
Коммит 2f2d5ff855

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

@ -605,12 +605,15 @@ typedef int (*mca_btl_base_module_finalize_fn_t)(
* modex_recv() function. The BTL may utilize this information to * modex_recv() function. The BTL may utilize this information to
* determine reachability of each peer process. * determine reachability of each peer process.
* *
* For each process that is reachable by the BTL, the bit corresponding to the index * The caller may pass a "reachable" bitmap pointer. If it is not
* into the proc array (nprocs) should be set in the reachable bitmask. The BTL * NULL, for each process that is reachable by the BTL, the bit
* will return an array of pointers to a data structure defined * corresponding to the index into the proc array (nprocs) should be
* by the BTL that is then returned to the BTL on subsequent calls to the BTL data * set in the reachable bitmask. The BTL will return an array of
* transfer functions (e.g btl_send). This may be used by the BTL to cache any addressing * pointers to a data structure defined by the BTL that is then
* or connection information (e.g. TCP socket, IB queue pair). * returned to the BTL on subsequent calls to the BTL data transfer
* functions (e.g btl_send). This may be used by the BTL to cache any
* addressing or connection information (e.g. TCP socket, IB queue
* pair).
*/ */
typedef int (*mca_btl_base_module_add_procs_fn_t)( typedef int (*mca_btl_base_module_add_procs_fn_t)(
struct mca_btl_base_module_t* btl, struct mca_btl_base_module_t* btl,