Mentions légales du service

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

Merge branch 'fix' into 'master'

chameleon starpu internal: fix mode

See merge request !524
parents bf1dc1df 1b1682ba
No related branches found
No related tags found
1 merge request!524chameleon starpu internal: fix mode
Pipeline #1131926 passed
......@@ -477,10 +477,6 @@ starpu_cham_task_set_options( const RUNTIME_option_t *options,
enum starpu_data_access_mode mode = descrs[i].mode;
assert( descrs[i].handle );
if ( mode & STARPU_MPI_REDUX ) {
mode = STARPU_RW | STARPU_COMMUTE;
}
STARPU_TASK_SET_HANDLE( task, descrs[i].handle, i );
STARPU_TASK_SET_MODE( task, mode, i );
}
......
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