Explorar el Código

ignore race about the watchdog state, we are ok with it

Samuel Thibault hace 11 años
padre
commit
01764c5ddc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/workers.c

+ 1 - 0
src/core/workers.c

@@ -483,6 +483,7 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 {
 	pconfig->running = 1;
 	pconfig->submitting = 1;
+	STARPU_HG_DISABLE_CHECKING(pconfig->watchdog_ok);
 
 	STARPU_PTHREAD_KEY_CREATE(&worker_key, NULL);