We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be0843e + 70fe200 commit 678afbeCopy full SHA for 678afbe
orte/mca/plm/base/plm_base_frame.c
@@ -55,7 +55,7 @@ orte_plm_base_module_t orte_plm = {0};
55
static int mca_plm_base_register(mca_base_register_flag_t flags)
56
{
57
orte_plm_globals.node_regex_threshold = 1024;
58
- (void) mca_base_var_register("orte", "pml", "base", "node_regex_threshold",
+ (void) mca_base_framework_var_register (&orte_plm_base_framework, "node_regex_threshold",
59
"Only pass the node regex on the orted command line if smaller than this threshold",
60
MCA_BASE_VAR_TYPE_SIZE_T, NULL, 0,
61
MCA_BASE_VAR_FLAG_INTERNAL,
0 commit comments