Explorar el Código

Fix build with simgrid

Samuel Thibault hace 8 años
padre
commit
d43771c32f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/workers.c

+ 1 - 1
src/core/workers.c

@@ -714,7 +714,7 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 
 
 				STARPU_PTHREAD_CREATE_ON(
-					conf->topology.cuda_th_per_dev ? "CUDA" : workerarg->name,
+					pconfig->topology.cuda_th_per_dev ? "CUDA" : workerarg->name,
 					&worker_set->worker_thread,
 					NULL,
 					_starpu_cuda_worker,