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 |
Nathalie Furmento
|
c8dc53f9df
mpi/src: introduce macros STARPU_MPI_MALLOC, STARPU_MPI_CALLOC and STARPU_MPI_REALLOC to make sure we always check the return value of stdlib malloc functions
|
9 years ago |
Samuel Thibault
|
666fd063bf
drop thread parameter of starpu_pthread_setname, Darwin doesn't support it and we don't use it anyway
|
9 years ago |
Samuel Thibault
|
7339c8f5fe
Use pthread_setname_np when available
|
9 years ago |
Nathalie Furmento
|
626fb31c65
mpi: fix variable scope
|
9 years ago |
Samuel Thibault
|
30a3cd8fad
Account memory used for receiving user-packed/unpacked MPI data, thanks Jérôme robert for the patch
|
9 years ago |
Nathalie Furmento
|
217f26e8fe
mpi/src/starpu_mpi.c: lock detached_requests list before deleting element from it
|
9 years ago |
Samuel Thibault
|
63b1d55a4e
Fix initialization dependency in simgrid case
|
9 years ago |
Samuel Thibault
|
b993a8de54
port r18408 from 1.2: fix deadlock when the acquisition works immediately
|
9 years ago |