|
@@ -44,7 +44,6 @@ static void eager_add_workers(unsigned sched_ctx_id, int *workerids, unsigned nw
|
|
|
|
|
|
|
|
static void eager_remove_workers(unsigned sched_ctx_id, int *workerids, unsigned nworkers)
|
|
static void eager_remove_workers(unsigned sched_ctx_id, int *workerids, unsigned nworkers)
|
|
|
{
|
|
{
|
|
|
-<<<<<<< .working
|
|
|
|
|
unsigned i;
|
|
unsigned i;
|
|
|
int workerid;
|
|
int workerid;
|
|
|
for (i = 0; i < nworkers; i++)
|
|
for (i = 0; i < nworkers; i++)
|
|
@@ -60,10 +59,9 @@ static void initialize_eager_center_policy(unsigned sched_ctx_id)
|
|
|
|
|
|
|
|
eager_center_policy_data *data = (eager_center_policy_data*)malloc(sizeof(eager_center_policy_data));
|
|
eager_center_policy_data *data = (eager_center_policy_data*)malloc(sizeof(eager_center_policy_data));
|
|
|
|
|
|
|
|
-=======
|
|
|
|
|
if (!getenv("STARPU_SILENT")) fprintf(stderr,"Warning: you are running the default eager scheduler, which is not very smart. Make sure to read the StarPU documentation about adding performance models in order to be able to use the heft or dmda schedulers instead.\n");
|
|
if (!getenv("STARPU_SILENT")) fprintf(stderr,"Warning: you are running the default eager scheduler, which is not very smart. Make sure to read the StarPU documentation about adding performance models in order to be able to use the heft or dmda schedulers instead.\n");
|
|
|
|
|
|
|
|
->>>>>>> .merge-right.r7640
|
|
|
|
|
|
|
+
|
|
|
/* there is only a single queue in that trivial design */
|
|
/* there is only a single queue in that trivial design */
|
|
|
data->fifo = _starpu_create_fifo();
|
|
data->fifo = _starpu_create_fifo();
|
|
|
|
|
|