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 d0dc621 + 24f2961 commit 6f1fa35Copy full SHA for 6f1fa35
orte/mca/ess/base/ess_base_fns.c
@@ -13,8 +13,8 @@
13
* Copyright (c) 2011-2012 Los Alamos National Security, LLC.
14
* All rights reserved.
15
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
16
- * Copyright (c) 2014-2017 Research Organization for Information Science
17
- * and Technology (RIST). All rights reserved.
+ * Copyright (c) 2014-2019 Research Organization for Information Science
+ * and Technology (RIST). All rights reserved.
18
* $COPYRIGHT$
19
*
20
* Additional copyrights may follow
@@ -278,6 +278,8 @@ int orte_ess_base_proc_binding(void)
278
}
279
280
281
+ } else {
282
+ hwloc_bitmap_free(cpus);
283
284
} else {
285
OPAL_OUTPUT_VERBOSE((5, orte_ess_base_framework.framework_output,
0 commit comments