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.
1 parent dad0fb8 commit 92e20e5Copy full SHA for 92e20e5
src/hwloc/pmix_hwloc.c
@@ -102,8 +102,8 @@ pmix_status_t pmix_hwloc_register(void)
102
&pmix_hwloc_verbose);
103
if (0 < pmix_hwloc_verbose) {
104
/* set default output */
105
- pmix_hwloc_verbose = pmix_output_open(NULL);
106
- pmix_output_set_verbosity(pmix_hwloc_verbose, pmix_hwloc_verbose);
+ pmix_hwloc_output = pmix_output_open(NULL);
+ pmix_output_set_verbosity(pmix_hwloc_output, pmix_hwloc_verbose);
107
}
108
109
vmhole = "biggest";
0 commit comments