Browse Source

mic (perfmodel): Correction compilation simgrid

Thibaud Lambert 11 years ago
parent
commit
158082c30e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/cuda/driver_cuda.c

+ 1 - 1
src/drivers/cuda/driver_cuda.c

@@ -351,7 +351,7 @@ static int execute_job_on_cuda(struct _starpu_job *j, struct _starpu_worker *arg
 	STARPU_ASSERT(func);
 
 #ifdef STARPU_SIMGRID
-	_starpu_simgrid_execute_job(j, args->perf_arch, NAN);
+	_starpu_simgrid_execute_job(j, &args->perf_arch, NAN);
 #else
 	func(_STARPU_TASK_GET_INTERFACES(task), task->cl_arg);
 #endif