1
1

Merge pull request #7146 from bgoglin/master

fix typos hlwoc->hwloc
Этот коммит содержится в:
Austen Lauria 2019-11-13 15:38:00 -05:00 коммит произвёл GitHub
родитель 09dd383f8b 5c6bd7ea4e
Коммит edcd6d8aeb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -87,7 +87,7 @@ int bind_myself_to_core(hwloc_topology_t topology, int id){
hwloc_bitmap_asprintf(&str, obj->cpuset);
if(verbose_level>=WARNING)
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));
free(str); /* str is allocated by hlwoc, free it normally*/
free(str); /* str is allocated by hwloc, free it normally*/
return 0;
}
/* FREE our cpuset copy */

2
opal/mca/hwloc/external/configure.m4 поставляемый
Просмотреть файл

@ -160,7 +160,7 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
]])],
[AC_MSG_RESULT([yes])],
[AC_MSG_RESULT([no])
opal_hwloc_summary_msg="internal (external hlwoc version is less than internal version 2.0)"
opal_hwloc_summary_msg="internal (external hwloc version is less than internal version 2.0)"
AC_MSG_WARN([external hwloc version is less than internal version 2.0])
AC_MSG_WARN([using internal hwloc])
opal_hwloc_external_support=no])])])