Historial de Commits

Autor SHA1 Mensaje Fecha
  Samuel Thibault 2f62b5cd10 Use big fat abortions when one tries to make a task or callback sleep, instead of just returning EDEADLCK which few people will test hace 12 años
  Nathalie Furmento 74b8783c9f use starpu thread type instead of using directly pthread type hace 12 años
  Nathalie Furmento c7fb5b3fb2 src/util: remove function _starpu_task_insert_create_and_submit() as it is no longer used hace 12 años
  Nathalie Furmento 1a47f256cd mpi: test functions starpu_mpi_task_build() and starpu_mpi_task_post_build() hace 12 años
  Nathalie Furmento 2dbfb1ccc8 mpi: new functions starpu_mpi_task_build() and starpu_mpi_task_post_build() hace 12 años
  Nathalie Furmento 7d89a33501 src/util/starpu_task_insert.c: code factoring between starpu_task_insert and stapu_task_build hace 12 años
  Nathalie Furmento c14404e8dd src/util/starpu_task_insert_utils.h: remove function which no longer exists hace 12 años
  Nathalie Furmento 4d620f87ad ChangeLog: fix updates hace 12 años
  Nathalie Furmento 6045cc19f4 src: make sure access to sched_ctx->tasks_barrier object is protected hace 12 años
  Nathalie Furmento 7485a32d79 ChangeLog: fix 1.1 updates hace 12 años
  Nathalie Furmento c1b08ea04e merge branches/starpu-1.1@11914: src/core/workers.c: create the pthread key earlier to make sure it is initialised when it is accessed for the first time hace 12 años
  Andra Hugo 1622267740 remove forgot printf in prev commit hace 12 años
  Andra Hugo 4bd482e7b9 move hack out of the include files hace 12 años
  Andra Hugo e28f7852a3 hypervisor: steal work from other ctxs when the worker is idle hace 12 años
  Samuel Thibault 2fc5035219 Submit MPI data migration asynchronously, so it's all overlapped hace 12 años
  Samuel Thibault 57720a2a82 Fix new features which actually appeared in 1.1 hace 12 años
  Samuel Thibault c437b85f8b Document how to perform MPI data migration hace 12 años
  Samuel Thibault c5bef53cf6 port r11793 from 1.1: Flush output at each line, to be able to check out progression hace 12 años
  Samuel Thibault 96e6e58776 port r11793 from 1.1: Flush output at each line, to be able to check out progression hace 12 años
  Samuel Thibault e7d7ce19d4 typo hace 12 años
  Andra Hugo 2769aaa8cb hypervisor: correct computation of idle hace 12 años
  Samuel Thibault 4d81325ef7 fix missing initialization hace 12 años
  Andra Hugo 20906d8d77 hyp only: optimise resize (use idle and speed for the triggering policy) hace 12 años
  Andra Hugo 6266721e89 do not take the mutex if the current worker is calling the code hace 12 años
  Andra Hugo 39b06ba608 do not take changing_ctx_mutex when finishing executing the tasks (in decrement_nsubmitted_tasks), just check if the counter is 1, do what you have to do, and then decrement it (decrement the counter while verifying it wakes up the the thread calling wait_for_all) hace 12 años
  Nathalie Furmento ed41317844 examples/pi/SobolQRNG/sobol_gold.c: include strings.h hace 12 años
  Nathalie Furmento e28a2bb114 configure.ac: build doc with any version of doxygen. The output will be different, but still valid hace 12 años
  Nathalie Furmento e960ff67fb doc: use proper english hace 12 años
  Nathalie Furmento 08b459eb17 doc/doxygen/Makefile.am: fix commands so they work with old versions of doxygen hace 12 años
  Nathalie Furmento 1f717d87aa doc: no longer use doxygen internal command, rather use // to identify comments and filter them out before getting the file processed by doxygen hace 12 años