1
1

Update MCA params -- sd_num_peer is no longer used, change rd_num_init to rd_num

This commit was SVN r16601.
Этот коммит содержится в:
Andrew Friedley 2007-10-29 22:56:30 +00:00
родитель 8273b61471
Коммит 46516d98e1
2 изменённых файлов: 1 добавлений и 5 удалений

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

@ -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",