Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Nathalie Furmento
|
9e1e7aed80
mpi: fix copyrights
|
7 years ago |
Nathalie Furmento
|
a7447c4a37
mpi: followup to #22356: Introduce starpu_mpi_tag_t rather than hardcoding int64_t
|
7 years ago |
Nathalie Furmento
|
30f5569eb1
mpi: data tags used for exchanging data handles are stored on 64 bits
|
7 years ago |
Nathalie Furmento
|
3711794767
mpi/src/starpu_mpi_collective.c: factorize duplicated code
|
8 years ago |
Nathalie Furmento
|
3a6bd10a1d
mpi/src: add character _ in front of macros STARPU_MPI_MALLOC, STARPU_MPI_CALLOC and STARPU_MPI_REALLOC
|
8 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
|
8 years ago |
Samuel Thibault
|
ceab8c183e
Fix memleak when count is 0
|
9 years ago |
Samuel Thibault
|
f0546a336e
Fix crash when no callback is provided
|
9 years ago |
Samuel Thibault
|
256bc993b3
Fix memleak when count is 0
|
9 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Nathalie Furmento
|
f6d0a56015
mpi: (manually) backport changes from 1.1 to support multiple MPI communicators
|
10 years ago |
Samuel Thibault
|
4d5f8f17da
In simgrid mode, avoid calling MPI_Comm_size/rank outside the MPI thread
|
10 years ago |
Nathalie Furmento
|
53f497f377
mpi: rename mpi_tag into data_tag
|
10 years ago |
Nathalie Furmento
|
3221332ec5
mpi: minor fixes for function declarations
|
11 years ago |
Thibaud Lambert
|
9e0353d9b6
fix merge branches/mic in trunk
|
12 years ago |
Nathalie Furmento
|
fecd363dd9
mpi/src: add explicit messages on assert failures
|
12 years ago |
Nathalie Furmento
|
e3df31128b
mpi/src/starpu_mpi_collective.c: only allocate memory if needed
|
12 years ago |
Nathalie Furmento
|
1cacde0c05
mpi/src: fix spacing
|
12 years ago |
Nathalie Furmento
|
68bfbef79b
mpi/src/starpu_mpi_collective.c: free callback_arg
|
12 years ago |
Nathalie Furmento
|
89c370626e
mpi: clearly identity TODOs and clear the ones which are done
|
12 years ago |
Nathalie Furmento
|
ed0d832366
mpi/src/starpu_mpi_collective.c: deal with NULL callback functions
|
12 years ago |
Nathalie Furmento
|
a2d532afd9
mpi: The MPI collective callback function is only called when all communications are completed
|
12 years ago |
Nathalie Furmento
|
2119164757
mpi: Collective detached operations have new parameters, a callback function and a argument. This is to be consistent with the detached point-to-point communications.
|
12 years ago |
Nathalie Furmento
|
c238141cb0
mpi: move source and internal .h files to src directory
|
13 years ago |