Browse Source

workers: add debug

Nathalie Furmento 14 years ago
parent
commit
d7c9cdbfa8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/workers.c

+ 2 - 0
src/core/workers.c

@@ -162,6 +162,8 @@ static void _starpu_launch_drivers(struct starpu_machine_config_s *config)
 	
 		workerarg->status = STATUS_INITIALIZING;
 
+		_STARPU_DEBUG("initialising worker %d\n", worker);
+
 		_starpu_init_worker_queue(workerarg);
 
 		switch (workerarg->arch) {