|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
*
|
|
|
- * Copyright (C) 2010-2016 Université de Bordeaux
|
|
|
+ * Copyright (C) 2010-2017 Université de Bordeaux
|
|
|
* Copyright (C) 2010-2013, 2016 CNRS
|
|
|
* Copyright (C) 2011, 2017 INRIA
|
|
|
* Copyright (C) 2016 Uppsala University
|
|
@@ -40,8 +40,6 @@ static void initialize_eager_center_policy(unsigned sched_ctx_id)
|
|
|
struct _starpu_eager_center_policy_data *data;
|
|
|
_STARPU_MALLOC(data, sizeof(struct _starpu_eager_center_policy_data));
|
|
|
|
|
|
- _STARPU_DISP("Warning: you are running the default eager scheduler, which is not a very smart scheduler. Make sure to read the StarPU documentation about adding performance models in order to be able to use the dmda or dmdas scheduler instead.\n");
|
|
|
-
|
|
|
|
|
|
data->fifo = _starpu_create_fifo();
|
|
|
data->waiters = starpu_bitmap_create();
|