1
1

* cleanup some ompi_info output

* enable eager sending by default

This commit was SVN r14813.
Этот коммит содержится в:
Brian Barrett 2007-05-30 22:23:34 +00:00
родитель fff0f21e66
Коммит 8cf02de3b4

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

@ -138,15 +138,16 @@ component_open(void)
{ {
mca_base_param_reg_int(&mca_osc_rdma_component.super.osc_version, mca_base_param_reg_int(&mca_osc_rdma_component.super.osc_version,
"eager_send", "eager_send",
"Attempt to start data movement during communication call, " "Attempt to start data movement during communication "
"instead of at synchrnoization time. " "call, instead of at synchrnoization time. "
"Info key of same name overrides this value, " "Info key of same name overrides this value.",
"if info key given.", false, false, 1, NULL);
false, false, 0, NULL);
mca_base_param_reg_int(&mca_osc_rdma_component.super.osc_version, mca_base_param_reg_int(&mca_osc_rdma_component.super.osc_version,
"no_locks", "no_locks",
"Enable optimizations available only if MPI_LOCK is not used.", "Enable optimizations available only if MPI_LOCK is "
"not used. "
"Info key of same name overrides this value.",
false, false, 0, NULL); false, false, 0, NULL);
return OMPI_SUCCESS; return OMPI_SUCCESS;