Nathalie Furmento
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 년 전 |
Nathalie Furmento
|
90d4407ab5
mpi: move call starpu_task_wait_for_all at the end of the function starpu_mpi_redux_data
|
12 년 전 |
Nathalie Furmento
|
8ca7aab7ff
function _starpu_codelet_pack_args takes a void** to be coherent with other functions
|
12 년 전 |
Nathalie Furmento
|
a88351d5d1
macros STARPU_TASK_GET_HANDLE, STARPU_TASK_SET_HANDLE, STARPU_CODELET_GET_MODE and STARPU_CODELET_SET_MODE are now in public API
|
12 년 전 |
Nathalie Furmento
|
908e089092
mpi/src/starpu_mpi_insert_task.c: add missing include file
|
12 년 전 |
Nathalie Furmento
|
79806acaa9
src, mpi/src: use macros to access codelet modes
|
12 년 전 |
Nathalie Furmento
|
775fc06117
mpi/src/starpu_mpi_insert_task.c: fix typo
|
12 년 전 |
Nathalie Furmento
|
097a832e3c
Allow to have a dynamically allocated number of buffers per task, and
|
12 년 전 |
Nathalie Furmento
|
7f8de49e48
insert_task: use void* when possible as starpu_task->cl_arg is a void*
|
12 년 전 |
Nathalie Furmento
|
fecd363dd9
mpi/src: add explicit messages on assert failures
|
12 년 전 |
Nathalie Furmento
|
d2fa75cd19
mpi/src: update debug display system to use a level from which on we want to display debug messages
|
12 년 전 |
Samuel Thibault
|
9dc7323531
Note TODO about MPI reduction
|
12 년 전 |
Nathalie Furmento
|
d1c044c9e6
mpi/src/starpu_mpi_insert_task.c: properly clear hashtables used by cache
|
12 년 전 |
Nathalie Furmento
|
f670f363e6
mpi/src/starpu_mpi_insert_task.c: only pack arguments of the codelet on node executing the codelet
|
12 년 전 |
Nathalie Furmento
|
6babc8fe5a
mpi/src/starpu_mpi_insert_task.c: free allocated memory when flushing cache
|
12 년 전 |
Nathalie Furmento
|
3bdd2292ef
mpi/src/starpu_mpi_insert_task.c: call _STARPU_DEBUG instead of _STARPU_MPI_DEBUG as MPI has already been shutdown
|
12 년 전 |
Samuel Thibault
|
38d8bb35e3
Add missing support for mpi_insert_task cases
|
12 년 전 |
Nathalie Furmento
|
b3d9ba9b3f
mpi/src/starpu_mpi_insert_task.c: remove if branches as these conditions are already checked earlier
|
12 년 전 |
Nathalie Furmento
|
34e4205040
mpi/src/starpu_mpi_insert_task.c: improve error message
|
12 년 전 |
Nathalie Furmento
|
c6e8c55fe1
insert_task: do not call _starpu_codelet_pack_args() if not needed
|
12 년 전 |
Nathalie Furmento
|
27c1b357ec
mpi/src/starpu_mpi_insert_task.c: fix bug when freeing size_on_nodes
|
12 년 전 |
Nathalie Furmento
|
23996df1e8
mpi/src/starpu_mpi_insert_task.c: free allocated memory
|
12 년 전 |
Nathalie Furmento
|
644678ee6d
mpi: new functions to clear the communication cache used by starpu_mpi_insert_task
|
12 년 전 |
Nathalie Furmento
|
288438b79a
mpi: rename functions related to cache mechanism
|
12 년 전 |
Nathalie Furmento
|
cac219ac49
mpi/src/starpu_mpi_insert_task.c: use _STARPU_ERROR instead of fprintf+STARPU_ABORT
|
12 년 전 |
Nathalie Furmento
|
39376c16db
mpi/src/starpu_mpi_insert_task.c: also invalidate cache for STARPU_REDUX data
|
12 년 전 |
Nathalie Furmento
|
89c370626e
mpi: clearly identity TODOs and clear the ones which are done
|
12 년 전 |
Nathalie Furmento
|
3ed7456956
mpi/src/starpu_mpi_insert_task.c: unregister temporary data used to receive local contribution when no longer needed
|
12 년 전 |
Nathalie Furmento
|
e03cd3d9f9
mpi reduction: re-initialise local data after sending its value for a reduction
|
12 년 전 |
Nathalie Furmento
|
c26e1ccdc6
mpi: Communication cache mechanism is enabled by default, and can only be disabled at execution time by setting the environment variable STARPU_MPI_CACHE to 0.
|
12 년 전 |