Let rdma_pipeline_offset to be set to zero.
This commit was SVN r14900.
Этот коммит содержится в:
родитель
cc3c75572e
Коммит
de58336c45
@ -63,8 +63,8 @@ int mca_btl_base_param_register(mca_base_component_t *version,
|
|||||||
}
|
}
|
||||||
|
|
||||||
REG_INT("rdma_pipeline_offset", "Offset the pipeline protocol starts "
|
REG_INT("rdma_pipeline_offset", "Offset the pipeline protocol starts "
|
||||||
"using RDMA from (must be >= 1)", module->btl_rdma_pipeline_offset,
|
"using RDMA from (must be >= 0)", module->btl_rdma_pipeline_offset,
|
||||||
1, size_t);
|
0, size_t);
|
||||||
|
|
||||||
mca_base_param_reg_int(version, "max_rdma_size", "", true, false,
|
mca_base_param_reg_int(version, "max_rdma_size", "", true, false,
|
||||||
0, &value);
|
0, &value);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user