Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7ca196ea authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

force execution on the node owning A2, correct some bugs in StarPU when several data are in W mode

parent 42993003
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,7 @@ void MORSE_TASK_ztsmqr(MORSE_option_t *options,
STARPU_VALUE, &ldwork, sizeof(int),
STARPU_PRIORITY, options->priority,
STARPU_CALLBACK, callback,
STARPU_EXECUTE_ON_NODE, A2->get_rankof(A2, A2m, A2n),
0);
}
}
......
......@@ -129,6 +129,7 @@ void MORSE_TASK_ztsqrt(MORSE_option_t *options,
STARPU_VALUE, &h_work, sizeof(MORSE_starpu_ws_t *),
STARPU_PRIORITY, options->priority,
STARPU_CALLBACK, callback,
STARPU_EXECUTE_ON_NODE, A2->get_rankof(A2, A2m, A2n),
0);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment