Samuel Thibault
|
e180da0966
Allow the application not to define an MPI tag when the data is not to be transferred
|
8 years ago |
Nathalie Furmento
|
d8961fb495
mpi: move cache data in the starpu_data_handle_t
|
8 years ago |
Nathalie Furmento
|
b708310412
mpi lb: fixes
|
8 years ago |
Nathalie Furmento
|
f5016e8f02
merge trunk
|
8 years ago |
Nathalie Furmento
|
90e53dd134
mpi/src: use _STARPU_MSG instead of fprintf and avoid direct calls to fprintf(stderr, ...)
|
8 years ago |
Nathalie Furmento
|
4b2c8c0a02
mpi: fix cppcheck warnings
|
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
|
96155ab478
move starpu_mpi_get_data_on_node and starpu_mpi_get_data_on_node_detached from starpu_mpi_task_insert.c to starpu_mpi.c, since it's not related with task_insert at all any more
|
9 years ago |
Nathalie Furmento
|
33f2628107
mpi/src: move fortran code in dedicated files
|
9 years ago |
Samuel Thibault
|
109917c6fb
fix build with mpi implementations which don't have fortran support, e.g. simgrid before 3.12
|
9 years ago |
Samuel Thibault
|
49ec3bfcde
explain a common possibility for unknown argument given to task_insert and friends
|
9 years ago |
Olivier Aumage
|
2a872e26d7
- complete native Fortran support for StarPU-MPI
|
9 years ago |
Nathalie Furmento
|
58870d88ed
Add STARPU_CL_ARGS flag to starpu_task_insert() and starpu_mpi_task_insert() functions
|
9 years ago |
Samuel Thibault
|
b4f34b8b0b
fix other variable name
|
9 years ago |
Nathalie Furmento
|
ca5bc15793
mpi/src/starpu_mpi_task_insert.c: fix variable name
|
9 years ago |
Samuel Thibault
|
2955842305
stress task_insert even more
|
9 years ago |
Marc Sergent
|
dc906567c4
First implementation of the load balancer mechanism.
|
9 years ago |
Samuel Thibault
|
09a6294ec0
* Include application threads in the trace.
|
9 years ago |
Samuel Thibault
|
f7a3627018
Add missing va_end
|
10 years ago |
Samuel Thibault
|
215a3d8d4d
Add dumb perfmodel for mpi tests for simgrid to be able to run them
|
10 years ago |
Samuel Thibault
|
f36c3c1cb1
Add STARPU_NAME to specify a task name from a starpu_task_insert call.
|
10 years ago |
Nathalie Furmento
|
2155fae20a
mpi/src/starpu_mpi_task_insert.c: fix node selection when several nodes own W data
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Samuel Thibault
|
4a4db1d763
port r14838 from 1.2: revert 14821 and explicitly free descrs, fixes stencil5 crash
|
10 years ago |
Samuel Thibault
|
036ca2d85b
port r14821 from 1.2: free descrs on returning -EINVAL
|
10 years ago |
Nathalie Furmento
|
f6d0a56015
mpi: (manually) backport changes from 1.1 to support multiple MPI communicators
|
10 years ago |
Samuel Thibault
|
2ef8d92f99
Allow using tags in starpu_mpi_task_insert
|
10 years ago |
Nathalie Furmento
|
b6ee823c55
mpi/src: remove useless mpi/src/starpu_mpi_task_insert.h
|
10 years ago |
Samuel Thibault
|
137f990681
Fix memory leak
|
10 years ago |