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 |
Samuel Thibault
|
dde9701d14
follow-up r19535 with same fix below
|
9 years ago |
Samuel Thibault
|
97e498c4da
revert r19481, it is actually detrimental to performances
|
9 years ago |
Samuel Thibault
|
61850e3a9e
depress priority of worker threads, to let application thread get worken up more quickly
|
9 years ago |
Samuel Thibault
|
541061fada
fix compatibility with simgrid 3.14
|
9 years ago |
Luka Stanisic
|
f0e20ee3f2
simgrid: moving mpi thread sleep to a better place and letting the mutex for the others
|
9 years ago |
Nathalie Furmento
|
3a6bd10a1d
mpi/src: add character _ in front of macros STARPU_MPI_MALLOC, STARPU_MPI_CALLOC and STARPU_MPI_REALLOC
|
9 years ago |