Explorar o código

fix the restart test

Cédric Augonnet %!s(int64=16) %!d(string=hai) anos
pai
achega
c63a74a4ca
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/core/topology.c

+ 2 - 0
src/core/topology.c

@@ -533,4 +533,6 @@ void starpu_destroy_topology(struct machine_config_s *config __attribute__ ((unu
 #ifdef HAVE_HWLOC
 	hwloc_topology_destroy(config->hwtopology);
 #endif
+
+	topology_is_initialized = 0;
 }