Commit History

Author SHA1 Message Date
  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
  Nathalie Furmento 906372922e new configure option --enable-mpi-verbose 8 years ago
  Nathalie Furmento 1b9aa90e62 mpi: function starpu_mpi_comm_get_attr is either implemented in MPI or in NewMadeleine 8 years ago
  Nathalie Furmento a2f44d1c40 merge trunk 8 years ago
  Nathalie Furmento 7fd7cf3f12 mpi: new function starpu_mpi_comm_get_attr to get the value of upper bound for tag value (key STARPU_MPI_TAG_UB) 8 years ago
  Nathalie Furmento 30f5569eb1 mpi: data tags used for exchanging data handles are stored on 64 bits 8 years ago
  Nathalie Furmento c1d643ea5c nmad,mpi: final step towards code merge 8 years ago
  Nathalie Furmento db7a99b5ae nmad,mpi: yet another step towards code merge 8 years ago
  Nathalie Furmento 4c63e4c66a nmad,mpi: another step towards code merge 8 years ago
  Nathalie Furmento dc839f4a0b nmad: split src/starpu_mpi_nmad.c into src/starpu_mpi.c and src/nmad/starpu_mpi_nmad.c for nmad specific functions 8 years ago
  Nathalie Furmento d0b9d50712 mpi: move raw_mpi specific functions from mpi/src/starpu_mpi.c to mpi/src/mpi/starpu_mpi_mpi.c 8 years ago
  Nathalie Furmento 1f1da14d73 merge trunk 8 years ago