Skip to content

Commit

Permalink
Merge pull request open-mpi#311 from open-mpi/revert-283-cmr/openib
Browse files Browse the repository at this point in the history
Revert "Fix a typo in the alignment threshold in openib BTL."
  • Loading branch information
rhc54 committed Jun 10, 2015
2 parents 80b94cb + dd589a2 commit 793344d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ompi/mca/btl/openib/btl_openib_mca.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,11 +714,11 @@ int btl_openib_register_mca_params(void)
32, &mca_btl_openib_component.use_memalign,
REGINT_GE_ZERO));

mca_btl_openib_component.memalign_threshold = mca_btl_openib_module.super.btl_eager_limit;
mca_btl_openib_component.memalign_threshold = mca_btl_openib_component.eager_limit;
tmp = mca_base_component_var_register(&mca_btl_openib_component.super.btl_version,
"memalign_threshold",
"Allocating memory more than btl_openib_memalign_threshhold"
"bytes will automatically be aligned to the value of btl_openib_memalign bytes."
"bytes will automatically be algined to the value of btl_openib_memalign bytes."
"memalign_threshhold defaults to the same value as mca_btl_openib_eager_limit.",
MCA_BASE_VAR_TYPE_SIZE_T, NULL, 0, 0,
OPAL_INFO_LVL_9,
Expand Down

0 comments on commit 793344d

Please sign in to comment.