1
1
This commit was SVN r15240.
Этот коммит содержится в:
Jelena Pjesivac-Grbovic 2007-06-28 20:56:55 +00:00
родитель f8fb1e9720
Коммит d55b415bb0

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

@ -296,7 +296,7 @@ ompi_coll_tuned_scatter_intra_check_forced_init(coll_tuned_force_algorithm_mca_p
mca_param_indices->segsize_param_index mca_param_indices->segsize_param_index
= mca_base_param_reg_int(&mca_coll_tuned_component.super.collm_version, = mca_base_param_reg_int(&mca_coll_tuned_component.super.collm_version,
"Scatter_algorithm_segmentsize", "scatter_algorithm_segmentsize",
"Segment size in bytes used by default for scatter algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation. Currently, available algorithms do not support segmentation.", "Segment size in bytes used by default for scatter algorithms. Only has meaning if algorithm is forced and supports segmenting. 0 bytes means no segmentation. Currently, available algorithms do not support segmentation.",
false, false, 0, NULL); false, false, 0, NULL);