Commit History

Author SHA1 Message Date
  Nathalie Furmento a80964958c cppcheck: update suppression lines 7 years ago
  Samuel Thibault b791e3eda2 Optimize case where there is just one send, we don't need diffusion trees etc. 7 years ago
  Samuel Thibault 225ea854c5 Pave the way for computing a diffusion tree 7 years ago
  Samuel Thibault 7ddcf182cd Comment 7 years ago
  Samuel Thibault e72c6ef0d9 Also flush coop sends on mpi_cache_flush 7 years ago
  Nathalie Furmento 4814ae2a2b minor fixes to follow coding conventions 7 years ago
  Nathalie Furmento 3278b7715f minor fixes following coding conventions w.r.t braces 7 years ago
  Nathalie Furmento 1b2d99686e src/util: minor fixes to follow coding conventions 7 years ago
  Samuel Thibault df26bea96e fix build 7 years ago
  Samuel Thibault e727596335 shut up static analyzers which can not see that the array gets initialized by the loop 7 years ago
  Nathalie Furmento 36dca06870 mpi: fixes for NewMadeleine 7 years ago
  Nathalie Furmento e2604a68f8 tests/main/pack.c: test starpu_codelet_pack_arg_init(), starpu_codelet_pack_arg() and starpu_codelet_pack_arg_fini() 7 years ago
  Nathalie Furmento e5d459db83 doc: fix syntax 7 years ago
  Nathalie Furmento 220fbb515d include/starpu_task_util.h: fix to follow coding convention 7 years ago
  Samuel Thibault e6082a8f8e Opportunistically gather sends whenever possible, for implementing diffusion tree later 7 years ago
  Samuel Thibault 8d41716ebc Add hook for MPI to detect write submissions 7 years ago
  Samuel Thibault e1163621b9 Call MPI's unregister hook after everything has settled down to be sure one can use mpi_data during requests etc. 7 years ago
  Samuel Thibault 152f70a5a4 improve NAME_multilist_alone_MEMBER so it works just the same with attached lists 7 years ago
  Samuel Thibault 02d5b8e557 Allow a list to be detached, and then be able to test if an element is alone in the dark 7 years ago
  Samuel Thibault fc7f7bb4de Concentrate MPI environment variables values in just one place 7 years ago
  Samuel Thibault ade443493d Rename multilist_init into multilist_head_init, to allow initializing an element properly 7 years ago
  Samuel Thibault a9ff3e4a08 fix taking the proper node into account for data penalty 7 years ago
  Samuel Thibault ec1e3d1133 Move mpi_data initialization to separate _starpu_mpi_data_get 7 years ago
  Samuel Thibault da07d8cebd Add missing mention of new test 7 years ago
  Samuel Thibault 99d174ad07 separate out filling the request and submitting it, factorizing the filling into _starpu_mpi_request_fill, and allowing to handle submission more flexibly 7 years ago
  Samuel Thibault 19cb71806e Rename mpi-nmad's _starpu_mpi_handle_new_request to _starpu_mpi_submit_ready_request for coherency 7 years ago
  Samuel Thibault 8a1e682f58 Fix mpi_nmad build 7 years ago
  Samuel Thibault bfd3b67f90 Factorize _starpu_mpi_request_init and _starpu_mpi_request_destroy 7 years ago
  Samuel Thibault 4dd0b4bcd5 Avoid clash between function name and structure initializer in C++ 7 years ago
  Samuel Thibault 163638a33c Fix warning 7 years ago