Samuel Thibault
|
5f240a50a5
Add missing -lpapi
|
5 years ago |
Samuel Thibault
|
6a2362f9b1
papi: record the task batch measurement as a batch
|
5 years ago |
Samuel Thibault
|
92f74bec85
Add missing PAPI_shutdown call
|
5 years ago |
Samuel Thibault
|
da1c6e0377
Always look for papi, now that we know how to use it to measure energy
|
5 years ago |
Mariem makni
|
709176b07a
doxygen
|
5 years ago |
Mariem makni
|
282dc470a6
papi_starpu
|
5 years ago |
Mariem makni
|
7e60f71982
papi_starpu
|
5 years ago |
Mariem makni
|
0e6bdd64f0
papi_starpu
|
5 years ago |
Mariem makni
|
1d909c853b
papi_starpu
|
5 years ago |
Mariem makni
|
371313943f
papi_starpu
|
5 years ago |
Samuel Thibault
|
08765ad78a
Rename handle field readonly into part_readonly, to leave room for another kind of readonly notion
|
5 years ago |
Samuel Thibault
|
b88202175b
Add starpu_data_dup_ro()
|
5 years ago |
Samuel Thibault
|
41a8f2bb7c
Fix non-C99 build
|
5 years ago |
Samuel Thibault
|
18ff0ebdc3
Avoid recording useless data state changes
|
5 years ago |
Samuel Thibault
|
8043f9c9dd
Sort fkt release list by date
|
5 years ago |
Samuel Thibault
|
ba78fab7cb
Let applications call starpu_data_unregister_submit on data with a home buffer (starpu-mpi actually even does it), but put fat warnings about this being unsafe
|
5 years ago |
Samuel Thibault
|
9af3b1d819
Fix check inversion :)
|
5 years ago |
Samuel Thibault
|
63f24c5dfe
Assert that the application is not calling starpu_data_unregister_submit on a data handle with application-allocated home buffer
|
5 years ago |
Samuel Thibault
|
2a7d31d6b1
mpi early: Do not keep a pointer to the communicator envelope in the early data, it may be overwritten
|
5 years ago |
Samuel Thibault
|
8765ed2b4d
mpi early: Add missing free when we don't have an MPI datatype
|
5 years ago |
Samuel Thibault
|
ab63982e47
Complete the fread example with more reads, to show in the task graph that there are no spurious dependencies
|
5 years ago |
Nathalie Furmento
|
5419e4c755
examples: add a filter example to show how to submit a task accessing in read mode a data which has been asynchronously partitioned
|
5 years ago |
Samuel Thibault
|
d53885d6dd
No need to test display_bindings with simgrid
|
5 years ago |
Samuel Thibault
|
4cda4db27e
mpi cholesky: add task submission order by priority
|
5 years ago |
Samuel Thibault
|
c1ecad389b
add calls to cudaGetLastError() to avoid propagation of peer access error
|
5 years ago |
Samuel Thibault
|
cb32c032f8
Fix uninitialized variable
|
5 years ago |
Nathalie Furmento
|
4ca7b83c30
mpi: free datatype once used
|
5 years ago |
Nathalie Furmento
|
e56bfe49c9
mpi: call MPI_Unpack() for data which have been received as raw early
|
5 years ago |
Nathalie Furmento
|
27ebff9898
src/common/utils.c: initialize variable
|
5 years ago |
Nathalie Furmento
|
42d7283856
src/drivers/cuda: add calls to cudaGetLastError() to avoid propagation of peer access error
|
5 years ago |