Commit History

Author SHA1 Message Date
  Samuel Thibault 2ddd26a88f Fix requesting W access on disks: they do not have a worker to make them progress, so use the source node as being handler for the transfer 9 years ago
  Samuel Thibault 322115ff53 Fix setting diduse for a memory chunk: _starpu_memchunk_recently_used does not necessarily mean it was actually used, that could be a prefetch only. Make diduse marked from the tasks and from the data acquisitions instead 9 years ago
  Samuel Thibault b0288c2d64 Show total gflop for each machine 9 years ago
  Samuel Thibault b4012ec7ea Avoid keeping all GPU communications in memory, process them while processing the trace 9 years ago
  Corentin Salingue 967b191cc3 Test return of malloc 9 years ago
  Corentin Salingue 2cfd0c3c44 Wait MPI sink workers finished before deleting node 9 years ago
  Samuel Thibault 2c9bbfd30f Add functions to test for cached values 9 years ago
  Samuel Thibault 9e4166e8ed Fix mpi cache flush documentation: one doesn't need to call it on strictly all nodes 9 years ago
  Luka Stanisic d96606dc31 traces: adding prefix for the scheduler name to comply with paje standard 9 years ago
  Nathalie Furmento 425c8442ab ChangeLog: add missing stuff for 1.2.1 9 years ago
  Nathalie Furmento 10ddd00907 minor fixes for gcc warnings 9 years ago
  Nathalie Furmento 815ff2ac31 mpi/src/starpu_mpi.c: fix #19980, the code was not dead 9 years ago
  Nathalie Furmento 7f4969a2a6 mpi/src/starpu_mpi.c: remove dead code 9 years ago
  Nathalie Furmento e33aad694a merge branches/mpi_engine@18361: mpi: more code cleaning 9 years ago
  Nathalie Furmento a1ccfcdcd5 merge branches/mpi_engine@18360: mpi: code cleaning 9 years ago
  Nathalie Furmento 0867e93cb4 merge branches/mpi_engine@18351: mpi: code cleaning 9 years ago
  Olivier Aumage 2524785d10 - _starpu_src_common_copy_sink_to_host_sync does not accept a const node anymore 9 years ago
  Samuel Thibault e594c562cd Simplify code 9 years ago
  Corentin Salingue 86fe65f48d remove useless parameters when sending command for MIC devices 9 years ago
  Samuel Thibault d97cbb9ed4 No need to wake all workers several times 9 years ago
  Samuel Thibault 253c1fe4b9 Fix parameter passing 9 years ago
  Corentin Salingue 40738b42de Update timeout for looping test when failing 9 years ago
  Luka Stanisic 4d26f3b298 traces: gf is a Worker not a Thread 9 years ago
  Luka Stanisic 39c66ea330 fixing bandwidth names in traces (so MemManager and MPI bandwidths have different aliases) 9 years ago
  Samuel Thibault 19528cef96 Add FIXME 9 years ago
  Nathalie Furmento 88de7a92ee tools/cppcheck/suppressions.txt: update suppressions 9 years ago
  Samuel Thibault 08f6f360cd Fix idle time of CPU workers in simgrid simulations 9 years ago
  Samuel Thibault 24d0a076ab Use only one MSG process per transfer stream 9 years ago
  Samuel Thibault 02474d849a improve locality of variables by using a structure instead of separate arrays 9 years ago
  Samuel Thibault f3f9acf198 Remove mutexes and conds from simgrid tasks and transfers since we are using queues everywhere now 9 years ago