Samuel Thibault
|
ba651b5d8a
fix warning
|
8 years ago |
Luka Stanisic
|
019ea63df4
solving MPI_Test issue for simgrid
|
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
|
8 years ago |
Samuel Thibault
|
dde9701d14
follow-up r19535 with same fix below
|
8 years ago |
Nathalie Furmento
|
3659ac09f4
fix minor warnings
|
9 years ago |
Samuel Thibault
|
11635571c1
avoid format mismatch
|
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 |
Nathalie Furmento
|
33f2628107
mpi/src: move fortran code in dedicated files
|
9 years ago |
Nathalie Furmento
|
50d3906bb0
mpi: better deal with cleaning of early data structures
|
9 years ago |
Nathalie Furmento
|
b6ff75a8ce
mpi/src: use MPI_Error_string() to get a meaningful message for a MPI error code
|
9 years ago |
Nathalie Furmento
|
2ff9b4c30c
mpi: prints the MPI communicator as a string instead of a pointer address
|
9 years ago |
Nathalie Furmento
|
f74c200cf0
mpi: store the name of the MPI datatype in the starpu-mpi request
|
9 years ago |
Samuel Pitoiset
|
96f251601a
mpi: s/STARPU_VERBOSE0/STARPU_VERBOSE
|
9 years ago |
Nathalie Furmento
|
19b12229f3
mpi/src/starpu_mpi_private.h: detached can take the value -1, set type accordingly
|
10 years ago |
Samuel Thibault
|
502c6b1e0f
Fix typo
|
10 years ago |
Samuel Thibault
|
1b2f436a98
catch unsafe use of non-reentrant getenv
|
10 years ago |
Nathalie Furmento
|
a26be674fb
mpi: Add the capability to define specific MPI datatypes for StarPU user-defined interfaces.
|
10 years ago |
Nathalie Furmento
|
93d85982ea
mpi/src: rename internal request field
|
10 years ago |
Nathalie Furmento
|
a821348a01
mpi/src: also display communicator when printing communication debug
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Nathalie Furmento
|
3345c92b36
mpi: rewrite code to allow several MPI communicators within a same application
|
10 years ago |
Nathalie Furmento
|
f6d0a56015
mpi: (manually) backport changes from 1.1 to support multiple MPI communicators
|
10 years ago |
Nathalie Furmento
|
38d200b8c8
mpi: when STARPU_MPI_COMM is enabled, also print the user tag for the data
|
10 years ago |
Nathalie Furmento
|
bf0576198d
mpi/src: implement properly synchronous send
|
10 years ago |
Nathalie Furmento
|
4f177d64bf
mpi/src/starpu_mpi_private.h: new macro _STARPU_MPI_MSG
|
10 years ago |
Samuel Thibault
|
4d5f8f17da
In simgrid mode, avoid calling MPI_Comm_size/rank outside the MPI thread
|
10 years ago |
Samuel Thibault
|
803270bbfb
Fix name of external symbols
|
11 years ago |
Nathalie Furmento
|
1916f0bd2f
mpi: fix previous commit
|
11 years ago |