Update MCA params -- sd_num_peer is no longer used, change rd_num_init to rd_num
This commit was SVN r16601.
Этот коммит содержится в:
родитель
8273b61471
Коммит
46516d98e1
@ -69,7 +69,6 @@ struct mca_btl_ud_component_t {
|
||||
char* ud_mpool_name; /**< name of memory pool */
|
||||
|
||||
int32_t sd_num; /**< max send descriptors to post per BTL */
|
||||
int32_t sd_num_peer; /**< max send descriptors to post per endpoint */
|
||||
|
||||
int32_t rd_num; /**< number of receive descriptors per BTL */
|
||||
#if 0
|
||||
|
@ -138,11 +138,8 @@ int mca_btl_ud_component_open(void)
|
||||
|
||||
mca_btl_ud_param_reg_int("sd_num", "maximum send descriptors to post",
|
||||
128, (int*)&mca_btl_ofud_component.sd_num);
|
||||
mca_btl_ud_param_reg_int("sd_num_peer",
|
||||
"maximum send descriptors to post to one peer",
|
||||
8, (int*)&mca_btl_ofud_component.sd_num_peer);
|
||||
|
||||
mca_btl_ud_param_reg_int("rd_num_init", "number of receive buffers",
|
||||
mca_btl_ud_param_reg_int("rd_num", "number of receive buffers",
|
||||
6000, (int*)&mca_btl_ofud_component.rd_num);
|
||||
#if 0
|
||||
mca_btl_ud_param_reg_int("rd_num_init", "initial receive buffers",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user