Samuel Thibault
|
ff10510e28
Add STARPU_TASK_SCHED_DATA
|
před 6 roky |
Nathalie Furmento
|
917e08c75d
mpi/src/starpu_mpi_task_insert_fortran.c: revert incorrect
|
před 6 roky |
Nathalie Furmento
|
45b7e3e596
Modification in the Native Fortran interface of the functions fstarpu_mpi_task_insert, fstarpu_mpi_task_build and fstarpu_mpi_task_post_build to only take 1 parameter being the MPI communicator, the codelet and the various parameters for the task.
|
před 6 roky |
Nathalie Furmento
|
1895bc218c
New parameters STARPU_CALLBACK_ARG_NFREE, STARPU_CALLBACK_WITH_ARG_NFREE, STARPU_PROLOGUE_CALLBACK_ARG_NFREE, and STARPU_PROLOGUE_CALLBACK_POP_ARG_NFREE
|
před 6 roky |
Nathalie Furmento
|
de9bdb8249
Update starpu_task_insert() and alike to set starpu_task::callback_arg_free, starpu_task::prologue_callback_arg_free and starpu_task::prologue_callback_pop_arg_free to 1 when corresponding parameters (STARPU_CALLBACK_ARG, STARPU_PROLOGUE_CALLBACK_ARG, and STARPU_PROLOGUE_CALLBACK_POP_ARG) are used
|
před 6 roky |
Nathalie Furmento
|
96642218fa
New starpu_task_insert() parameters STARPU_SEQUENTIAL_CONSISTENCY, STARPU_TASK_NO_SUBMITORDER and STARPU_TASK_PROFILING_INFO
|
před 6 roky |
Nathalie Furmento
|
ec53ca233c
New starpu_task_insert() parameter STARPU_TASK_WORKERIDS allowing to set the fields starpu_task::workerids_len and starpu_task::workerids
|
před 6 roky |
Nathalie Furmento
|
f105f1cf84
new flag STARPU_TASK_END_DEP for starpu_task_insert & co
|
před 6 roky |
Nathalie Furmento
|
f7abbfa6fc
update copyright
|
před 7 roky |
Samuel Thibault
|
8e6ac3b45d
Add starpu_task_declare_end_deps and starpu_task_declare_end_deps_array
|
před 7 roky |
Nathalie Furmento
|
2fbd8958ef
Add a new value STARPU_TASK_SYNCHRONOUS to be used in starpu_task_insert() to define if the task is (or not) synchronous
|
před 7 roky |
Nathalie Furmento
|
0e688f6842
Add possibility to define the sequential consistency at the task level for each handle used by the task.
|
před 7 roky |
Nathalie Furmento
|
ac44526e7d
Add a new value STARPU_TASK_COLOR to be used in starpu_task_insert() to pick up the color of a task in dag.dot
|
před 7 roky |
Samuel Thibault
|
c5ee6c978e
Avoid useless dereference
|
před 7 roky |
Nathalie Furmento
|
9e1e7aed80
mpi: fix copyrights
|
před 7 roky |
Nathalie Furmento
|
24b4ea25cc
new starpu_task_insert parameter STARPU_TASK_DEPS_ARRAY, similar behaviour to function starpu_task_declare_deps_array()
|
před 8 roky |
Nathalie Furmento
|
e7d47393e8
new parameter STARPU_CL_ARGS_NFREE to be used when calling starpu_task_insert (similar to STARPU_CL_ARGS but do not free memory)
|
před 8 roky |
Nathalie Furmento
|
e6a8580f51
minor fixes following sonar scanner warnings
|
před 8 roky |
Nathalie Furmento
|
130d46371a
minor fixes following sonar-scanner warnings
|
před 8 roky |
Samuel Thibault
|
5e3dbcf95a
Add per-node MPI data
|
před 8 roky |
Samuel Thibault
|
4cb0733623
Update fstarpu_mpi with priorities
|
před 8 roky |
Nathalie Furmento
|
9f5cc1888c
Add a field starpu_task::where and the macro STARPU_TASK_WHERE
|
před 8 roky |
Nathalie Furmento
|
90e53dd134
mpi/src: use _STARPU_MSG instead of fprintf and avoid direct calls to fprintf(stderr, ...)
|
před 8 roky |
Nathalie Furmento
|
4b2c8c0a02
mpi: fix cppcheck warnings
|
před 8 roky |
Nathalie Furmento
|
3a6bd10a1d
mpi/src: add character _ in front of macros STARPU_MPI_MALLOC, STARPU_MPI_CALLOC and STARPU_MPI_REALLOC
|
před 9 roky |
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
|
před 9 roky |
Nathalie Furmento
|
33f2628107
mpi/src: move fortran code in dedicated files
|
před 9 roky |