|
@@ -262,7 +262,6 @@ unsigned _resize(unsigned sender_sched_ctx, unsigned receiver_sched_ctx, unsigne
|
|
if(poor_sched_ctx != STARPU_NMAX_SCHED_CTXS)
|
|
if(poor_sched_ctx != STARPU_NMAX_SCHED_CTXS)
|
|
{
|
|
{
|
|
int *workers_to_move = _get_first_workers(sender_sched_ctx, &nworkers_to_move, STARPU_ANY_WORKER);
|
|
int *workers_to_move = _get_first_workers(sender_sched_ctx, &nworkers_to_move, STARPU_ANY_WORKER);
|
|
- printf("try tot move to %d\n", poor_sched_ctx);
|
|
|
|
sched_ctx_hypervisor_move_workers(sender_sched_ctx, poor_sched_ctx, workers_to_move, nworkers_to_move, now);
|
|
sched_ctx_hypervisor_move_workers(sender_sched_ctx, poor_sched_ctx, workers_to_move, nworkers_to_move, now);
|
|
|
|
|
|
struct policy_config *new_config = sched_ctx_hypervisor_get_config(poor_sched_ctx);
|
|
struct policy_config *new_config = sched_ctx_hypervisor_get_config(poor_sched_ctx);
|