Nathalie Furmento
|
e6a8580f51
minor fixes following sonar scanner warnings
|
8 years ago |
Nathalie Furmento
|
130d46371a
minor fixes following sonar-scanner warnings
|
8 years ago |
Samuel Thibault
|
449e099c86
Make sure that per-node execution only has per-node data
|
8 years ago |
Samuel Thibault
|
5e3dbcf95a
Add per-node MPI data
|
8 years ago |
Samuel Thibault
|
4cb0733623
Update fstarpu_mpi with priorities
|
8 years ago |
Samuel Thibault
|
587a42efa7
Add support for priorities in StarPU-MPI
|
8 years ago |
Nathalie Furmento
|
2e8dadc37a
mpi: only display message in debug mode
|
8 years ago |
Corentin Salingue
|
32461cdb67
Select node when data mode is Redux
|
8 years ago |
Samuel Thibault
|
9dbb15605d
Fix parsing of STARPU_EXECUTE_WHERE parameter: arch types are #defined as unsigned long longs
|
8 years ago |
Samuel Thibault
|
0c3ed4a788
revert spurious changes
|
8 years ago |
Samuel Thibault
|
d187a81ec6
Fix build with cusparse, cusparse.h already has cpp protections
|
8 years ago |
Nathalie Furmento
|
9f5cc1888c
Add a field starpu_task::where and the macro STARPU_TASK_WHERE
|
8 years ago |
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 |