Przeglądaj źródła

Display display_bindings on simgrid

Samuel Thibault 5 lat temu
rodzic
commit
e1908beaa2
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
 	{