Skip to content

Commit 0b4648b

Browse files
author
Ralph Castain
authored
Merge pull request #2779 from hjelmn/oob_param
oob/base: fix num_threads registration type
2 parents c549f82 + 954a4b7 commit 0b4648b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orte/mca/oob/base/oob_base_frame.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
1313
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
14-
* Copyright (c) 2013-2014 Los Alamos National Security, LLC. All rights
14+
* Copyright (c) 2013-2017 Los Alamos National Security, LLC. All rights
1515
* reserved.
1616
* Copyright (c) 2015-2016 Research Organization for Information Science
1717
* and Technology (RIST). All rights reserved.
@@ -64,7 +64,7 @@ static int orte_oob_base_register(mca_base_register_flag_t flags)
6464
}
6565
(void)mca_base_var_register("orte", "oob", "base", "num_progress_threads",
6666
"Number of independent progress OOB messages for each interface",
67-
MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0,
67+
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,
6868
OPAL_INFO_LVL_9,
6969
MCA_BASE_VAR_SCOPE_READONLY,
7070
&orte_oob_base.num_threads);

0 commit comments

Comments
 (0)