Skip to content

Commit edcd6d8

Browse files
authored
Merge pull request #7146 from bgoglin/master
fix typos hlwoc->hwloc
2 parents 09dd383 + 5c6bd7e commit edcd6d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mca/topo/treematch/treematch/tm_thread_pool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ int bind_myself_to_core(hwloc_topology_t topology, int id){
8787
hwloc_bitmap_asprintf(&str, obj->cpuset);
8888
if(verbose_level>=WARNING)
8989
printf("Thread %d couldn't bind to cpuset %s: %s.\n This thread is not bound to any core...\n", my_core, str, strerror(error));
90-
free(str); /* str is allocated by hlwoc, free it normally*/
90+
free(str); /* str is allocated by hwloc, free it normally*/
9191
return 0;
9292
}
9393
/* FREE our cpuset copy */

opal/mca/hwloc/external/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
160160
]])],
161161
[AC_MSG_RESULT([yes])],
162162
[AC_MSG_RESULT([no])
163-
opal_hwloc_summary_msg="internal (external hlwoc version is less than internal version 2.0)"
163+
opal_hwloc_summary_msg="internal (external hwloc version is less than internal version 2.0)"
164164
AC_MSG_WARN([external hwloc version is less than internal version 2.0])
165165
AC_MSG_WARN([using internal hwloc])
166166
opal_hwloc_external_support=no])])])

0 commit comments

Comments
 (0)