Commit History

Author SHA1 Message Date
  JUVEN Alexis 6006b5e5fe fixed bug in mpi dags 5 years ago
  Nathalie Furmento 6cf1d41d9e mpi: rename some variables to be consistent with other functions 5 years ago
  Samuel Thibault 807642e4ad Always use starpu_mpi_tag_t for the starpu mpi tags 5 years ago
  Samuel Thibault aa0d31e0fc fix duplicate 5 years ago
  Nathalie Furmento ee34c4c332 mpi: Move MPI cache functions into the public API 5 years ago
  Samuel Thibault 939d34bef2 mpi: Note an easier optimization for data migration 5 years ago
  Nathalie Furmento d78d15b29e mpi: put all implementation specific functions in the backend interface 5 years ago
  Nathalie Furmento efe387b88f mpi: keep parameter comm for _starpu_mpi_wait_for_all(), we may want to use it later 5 years ago
  Philippe SWARTVAGHER ae30f44077 nmad: implement starpu_mpi_wait_for_all() 5 years ago
  Nathalie Furmento 021cbab561 mpi: fix semantics for functions starpu_mpi_wait_for_all() and starpu_mpi_barrier() 5 years ago
  Nathalie Furmento 461a05b22b update copyright holders 5 years ago
  Samuel Thibault 94f97985dc New STARPU_MPI_MEM_THROTTLE environment variable 5 years ago
  Samuel Thibault d3ffaa6170 Add some likeliness 5 years ago
  Samuel Thibault f06975665e Clear MPI_Status just before it is actually needed 5 years ago
  Lucas Leandro Nesi 9cf097626a fxt: add MPI tag information 6 years ago
  Nathalie Furmento 3b11430ea2 mpi: store hashlisht for early_data and early_request on 2 levels, the first level is indexed on (rank, comm) and the 2nd level on data_tag. 6 years ago
  Nathalie Furmento 2906ec44bd mpi: access mpi and nmad implementations through a backend interface to avoid having MPI or NMAD code directly in the common code 6 years ago
  Nathalie Furmento 3963193026 mpi: fix code format 6 years ago
  Nathalie Furmento d5aaad1fc0 mpi/src/starpu_mpi.c: fix implementation starpu_mpi_wait_for_all() which could lead to a deadlock if some nodes would not re-enter the loop 6 years ago
  Nathalie Furmento f7abbfa6fc update copyright 7 years ago
  Samuel Thibault af9b8aa005 Add starpu_task_notify_ready_soon_register 7 years ago
  Nathalie Furmento 3278b7715f minor fixes following coding conventions w.r.t braces 7 years ago
  Samuel Thibault e6082a8f8e Opportunistically gather sends whenever possible, for implementing diffusion tree later 7 years ago
  Samuel Thibault ec1e3d1133 Move mpi_data initialization to separate _starpu_mpi_data_get 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
  Nathalie Furmento 9e1e7aed80 mpi: fix copyrights 8 years ago
  Nathalie Furmento 99196050d2 mpi: fix variable name and datatype 8 years ago
  Nathalie Furmento a5b9f794da merge trunk 8 years ago
  Nathalie Furmento a7447c4a37 mpi: followup to #22356: Introduce starpu_mpi_tag_t rather than hardcoding int64_t 8 years ago
  Nathalie Furmento c358b9d7a5 mpi: protect access to values posted_requests and ready_requests 8 years ago