1
1
This commit was SVN r23734.
Этот коммит содержится в:
George Bosilca 2010-09-08 21:50:56 +00:00
родитель c8d6672453
Коммит 8e9d9e136d

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

@ -154,7 +154,7 @@ int mca_btl_gm_component_open(void)
#else
mca_btl_gm_module.super.btl_flags = MCA_BTL_FLAGS_SEND;
#endif
mca_btl_gm_module.super.btl_bandwidth = 250;
mca_btl_gm_module.super.btl_bandwidth = 2000; /* Mbs */
mca_btl_gm_module.super.btl_latency = 0;
mca_btl_base_param_register(&mca_btl_gm_component.super.btl_version,
&mca_btl_gm_module.super);