Explorar el Código

Display display_bindings on simgrid

Samuel Thibault hace 5 años
padre
commit
e1908beaa2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/utils.c

+ 1 - 1
src/common/utils.c

@@ -743,7 +743,7 @@ int starpu_get_env_size_default(const char *str, int defval)
 
 void starpu_display_bindings(void)
 {
-#ifdef STARPU_HAVE_HWLOC
+#if defined(STARPU_HAVE_HWLOC) && !defined(STARPU_SIMGRID)
 	int hwloc_ret = system("hwloc-ps -a -t -c");
 	if (hwloc_ret)
 	{