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 16968c6 + 3b7185d commit 8dbd9b8Copy full SHA for 8dbd9b8
opal/mca/btl/ugni/btl_ugni_init.c
@@ -7,6 +7,8 @@
7
* Copyright (c) 2014 Research Organization for Information Science
8
* and Technology (RIST). All rights reserved.
9
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
10
+ * Copyright (c) 2021 Triad National Security, LLC. All rights
11
+ * reserved.
12
* $COPYRIGHT$
13
*
14
* Additional copyrights may follow
@@ -242,7 +244,7 @@ int mca_btl_ugni_init(void)
242
244
FILE *fh;
243
245
246
if (0 == mca_btl_ugni_component.virtual_device_count) {
- int core_count;
247
+ uint32_t core_count;
248
249
(void) opal_hwloc_base_get_topology();
250
core_count = hwloc_get_nbobjs_by_type(opal_hwloc_topology, HWLOC_OBJ_CORE);
0 commit comments