1
1
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
Этот коммит содержится в:
Brice Goglin 2019-11-06 10:42:36 +01:00
родитель 1c33d5aecd
Коммит 5c6bd7ea4e
2 изменённых файлов: 2 добавлений и 2 удалений
ompi/mca/topo/treematch/treematch
opal/mca/hwloc/external

@ -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])])])