Преглед на файлове

Fix crash on termination

Samuel Thibault преди 10 години
родител
ревизия
2f22c422c9
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      examples/stencil/stencil-tasks.c

+ 2 - 1
examples/stencil/stencil-tasks.c

@@ -224,7 +224,8 @@ static double null_cost_function(struct starpu_task *task, unsigned nimpl)
 static struct starpu_perfmodel null_model =
 {
 	.type = STARPU_COMMON,
-	.cost_function = null_cost_function
+	.cost_function = null_cost_function,
+	.symbol = "null"
 };
 
 static struct starpu_codelet null =