Commit History

Author SHA1 Message Date
  Samuel Thibault ad09c4c678 Do not let an SMPI program run without smpi_process_set_user_data, we definitely need it 8 years ago
  Samuel Thibault 123615baa9 Do not test data_request being NULL on simgrid, we test completion another way 8 years ago
  Nathalie Furmento 5fcb627544 mpi/src/starpu_mpi.c: acces to ready_requests must be protected 8 years ago
  Nathalie Furmento d582ec83c5 mpi: fix bug introduced by #20305, a request for an early data needs 8 years ago
  Nathalie Furmento f6dca8f197 mpi/src/starpu_mpi.c: extra check to make sure we do no test completion of the request MPI_REQUEST_NULL 8 years ago
  Nathalie Furmento c479103b63 mpi: Output generated through STARPU_MPI_COMM has been modified to allow easier automated checking 8 years ago
  Nathalie Furmento aef60c0c2d src,mpi/src: check return value for malloc/calloc/realloc functions 8 years ago
  Samuel Thibault e180da0966 Allow the application not to define an MPI tag when the data is not to be transferred 8 years ago
  Samuel Thibault c7f166c27c Add mpi communications in dag.dot 8 years ago
  Samuel Thibault a3b0152013 Fix gantt chart for starpu_mpi_irecv: it should use the termination time of the request, not the submission time 8 years ago
  Samuel Thibault 94761f747d Remove useless assignment 8 years ago
  Samuel Thibault bef9082af7 typo 8 years ago
  Samuel Thibault ebc64302f5 Fix reactivity of the beginning of the application, when a lot of ready requests have to be processed at the same time, we want to poll the pending requests from times to times 8 years ago
  Samuel Thibault 1c90a1af65 Show data MPI owner in data.rec 8 years ago
  Nathalie Furmento d8961fb495 mpi: move cache data in the starpu_data_handle_t 8 years ago
  Nathalie Furmento 815ff2ac31 mpi/src/starpu_mpi.c: fix #19980, the code was not dead 8 years ago
  Nathalie Furmento 7f4969a2a6 mpi/src/starpu_mpi.c: remove dead code 8 years ago
  Nathalie Furmento e33aad694a merge branches/mpi_engine@18361: mpi: more code cleaning 8 years ago
  Nathalie Furmento a1ccfcdcd5 merge branches/mpi_engine@18360: mpi: code cleaning 8 years ago
  Nathalie Furmento 0867e93cb4 merge branches/mpi_engine@18351: mpi: code cleaning 8 years ago
  Nathalie Furmento 07490556f2 merge branches/mpi_engine@18350: mpi: print MPI communicators as long int 8 years ago
  Nathalie Furmento 8c53b48112 mpi: new configure option --enable-mpi-pedantic-isend (disabled by default) to acquire data in STARPU_RW (instead of STARPU_R) before performing MPI_Isend call 8 years ago
  Samuel Thibault ba651b5d8a fix warning 8 years ago
  Samuel Thibault 525bedad4e fix warning 8 years ago
  Samuel Thibault 531dbb9cea Add missing MPI transfer size in traces 8 years ago
  Nathalie Furmento 90e53dd134 mpi/src: use _STARPU_MSG instead of fprintf and avoid direct calls to fprintf(stderr, ...) 8 years ago
  Luka Stanisic 019ea63df4 solving MPI_Test issue for simgrid 8 years ago
  Samuel Thibault da71499ba2 Fix early use of MPI ranks 8 years ago
  Samuel Thibault 37578a0d00 Add STARPU_MPI_FAKE_SIZE and STARPU_MPI_FAKE_RANK to allow simulating 8 years ago
  Samuel Thibault 87de25ac25 revert spurious changes 9 years ago