Skip to content

Commit 92e20e5

Browse files
committed
Fix typo in setting hwloc verbosity
Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent dad0fb8 commit 92e20e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hwloc/pmix_hwloc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ pmix_status_t pmix_hwloc_register(void)
102102
&pmix_hwloc_verbose);
103103
if (0 < pmix_hwloc_verbose) {
104104
/* set default output */
105-
pmix_hwloc_verbose = pmix_output_open(NULL);
106-
pmix_output_set_verbosity(pmix_hwloc_verbose, pmix_hwloc_verbose);
105+
pmix_hwloc_output = pmix_output_open(NULL);
106+
pmix_output_set_verbosity(pmix_hwloc_output, pmix_hwloc_verbose);
107107
}
108108

109109
vmhole = "biggest";

0 commit comments

Comments
 (0)