pub const STARPU_LOCALITY: starpu_data_access_mode = 64;Expand description
< used to tell the scheduler which data is the most important for the task, and should thus be used to try to group tasks on the same core or cache, etc. For now only the ws and lws schedulers take this flag into account, and only when rebuild with \c USE_LOCALITY flag defined in the src/sched_policies/work_stealing_policy.c source code.
TODO add extended description in documentation.