Sfoglia il codice sorgente

Also dump the total number of workers

Samuel Thibault 12 anni fa
parent
commit
9c0ddcf062
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/core/workers.c

+ 1 - 1
src/core/workers.c

@@ -476,7 +476,7 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 
 		workerarg->status = STATUS_INITIALIZING;
 
-		_STARPU_DEBUG("initialising worker %u\n", worker);
+		_STARPU_DEBUG("initialising worker %u/%u\n", worker, nworkers);
 
 		_starpu_init_worker_queue(workerarg);