|
@@ -32,7 +32,7 @@ void _starpu_driver_update_job_feedback(starpu_job_t j, struct starpu_worker_s *
|
|
double measured;
|
|
double measured;
|
|
int workerid = worker_args->workerid;
|
|
int workerid = worker_args->workerid;
|
|
struct starpu_codelet_t *cl = j->task->cl;
|
|
struct starpu_codelet_t *cl = j->task->cl;
|
|
- int calibrate_model;
|
|
|
|
|
|
+ int calibrate_model = 0;
|
|
int profiling = starpu_profiling_status_get();
|
|
int profiling = starpu_profiling_status_get();
|
|
int updated = 0;
|
|
int updated = 0;
|
|
|
|
|