Commit History

Author SHA1 Message Date
  Nathalie Furmento f7abbfa6fc update copyright 7 years ago
  Nathalie Furmento 6901c4441b src/: fix copyrights 8 years ago
  Nathalie Furmento aae4029d83 INRIA is now called Inria 8 years ago
  Olivier Aumage cf5be99691 update copyrights for files modified in 2017 8 years ago
  Olivier Aumage 98729e8d02 make it clear that sched_ctx related blocking operations are only about parallel sections, and have nothing to do with workers entering the sleeping status 8 years ago
  Nathalie Furmento ea326f4d15 src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC 9 years ago
  Nathalie Furmento d4761fddf6 src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions 9 years ago
  Samuel Thibault ec3d59e417 Increase capacity of list-based worker list, it needs to be able to take combined workers too 9 years ago
  Nathalie Furmento 477cb1f811 src: fixes for minor warnings 9 years ago
  Samuel Thibault 160b44ac45 inline the trivial functions accessing starpu_config 9 years ago
  Samuel Thibault 2d064f8300 do not use tree worker iterators by default, they are too expensive 9 years ago
  Andra Hugo 84bc7e7d6a pass the task as parameter to the iterator for parallel_tasks instead of a certain field 10 years ago
  Andra Hugo 4680541d43 refactoring worker_collections - have an iterator for normal cases and an iterator for schedulers dealing potentially with parallel tasks 10 years ago
  Andra Hugo 6b70f4f262 fix workers_collection bug (forgot to increment nunblocked_workers) 10 years ago
  Andra Hugo 43f256f1c4 deal with shared workers between contexts having no starpu scheduling policy (allow the strategy to schedule tasks on not blocked shared workers) 10 years ago
  Nathalie Furmento bb61f3808d update cnrs copyright 10 years ago
  Nathalie Furmento cc9aecb792 merge trunk 11 years ago
  Samuel Thibault 4b1a16edde Fix University name after the fusion.. 11 years ago
  Andra Hugo af26be4c58 fix mem corruptions 11 years ago
  Samuel Thibault b25760aa94 fix warnings 11 years ago
  Andra Hugo ab7bd6810c nested scheduling contexts + worker collection keeping track of blocked workers 11 years ago
  Andra Hugo 4f21f8b8ca bug fix: the worker list was empty 11 years ago
  Andra Hugo 29fe510ea0 build hwloc tree and iterate on the list of workers in the hwloc order 12 years ago
  Nathalie Furmento 3a7711af02 src: remove un-needed include pthread.h 12 years ago
  Andra Hugo 021aff4d1c rename starpu_sched_ctx_worker_collection to starpu_worker_collection & move definition of the corresponding structure in starpu_worker.h 12 years ago
  Nathalie Furmento 361cb9d780 rename all objects defined in include/starpu_sched_ctx.h to start with starpu_sched_ctx 12 years ago
  Nathalie Furmento d56e71d707 add or fix copyright 13 years ago
  Nathalie Furmento 549ac5bc36 rename WORKER_LIST into STARPU_WORKER_LIST 13 years ago
  Samuel Thibault e50d3d1d49 unused parameter 13 years ago
  Andra Hugo 7eddde2a77 factorize init of worker_collection 13 years ago