Nathalie Furmento
|
0a2343ec8c
src/datawizard/malloc.c: only check if worker may perform blocking calls before task submission
|
před 12 roky |
Nathalie Furmento
|
d1c044c9e6
mpi/src/starpu_mpi_insert_task.c: properly clear hashtables used by cache
|
před 12 roky |
Nathalie Furmento
|
5b035bb701
mpi/src/starpu_mpi_private.h: make _debug_rank a global variable so that we print the rank even after MPI_Shutdown()
|
před 12 roky |
Samuel Thibault
|
917897fa27
Really try to suppress the eager race
|
před 12 roky |
Samuel Thibault
|
b046a1f9fa
Add missing task cleanup
|
před 12 roky |
Samuel Thibault
|
203e19dc5c
Add missing clear of tasks
|
před 12 roky |
Samuel Thibault
|
9de1188084
Fix shadowing the tag id
|
před 12 roky |
Samuel Thibault
|
378c0a43ea
Add missing free
|
před 12 roky |
Nathalie Furmento
|
17deaad73e
examples/tag_example/tag_restartable.c: free allocated memory
|
před 12 roky |
Nathalie Furmento
|
7f0e3c19f3
tools/valgrind/openmpi.suppr: add suppression rules
|
před 12 roky |
Nathalie Furmento
|
528c4fa1b9
mpi: free allocated memory
|
před 12 roky |
Nathalie Furmento
|
5f5aada2f4
tests/datawizard/allocate.c: fix error message
|
před 12 roky |
Nathalie Furmento
|
44ef2f971d
fxt: fix STARPU_TRACES macros when fxt is not enabled
|
před 12 roky |
Nathalie Furmento
|
eb50762352
drivers: fix type for limit variable
|
před 12 roky |
Samuel Thibault
|
8b11c9fc78
ignore a race which does not actually pose problem
|
před 12 roky |
Nathalie Furmento
|
f7d7b4390f
mpi/src/starpu_mpi.c: just test value returned by MPI_Test is not zero
|
před 12 roky |
Nathalie Furmento
|
cd1ba39bda
doc: update doc explaining how to limit amount of memory on devices
|
před 12 roky |
Nathalie Furmento
|
30c203aa9f
datawizard: starpu_malloc and starpu_free no longer count the size of
|
před 12 roky |
Nathalie Furmento
|
2cb74e1781
tests/datawizard/allocate.c: add information messages
|
před 12 roky |
Nathalie Furmento
|
9d4024fbf4
src/datawizard/malloc.c: fix memory releasing
|
před 12 roky |
Nathalie Furmento
|
9b413f8eee
src/datawizard/malloc.c: we no longer store the size of the allocated
|
před 12 roky |
Nathalie Furmento
|
b131003cc1
tests/loader.c: also launch gdb when application is interrupted on timeout
|
před 12 roky |
Samuel Thibault
|
06f7012d1b
Fix obviously-bogus locking
|
před 12 roky |
Samuel Thibault
|
54466e911f
- Fix removed chunks locking: removed chunks actually never have to do with the handle any more, we shouldn't have to spinlock any header lock for them.
|
před 12 roky |
Nathalie Furmento
|
f670f363e6
mpi/src/starpu_mpi_insert_task.c: only pack arguments of the codelet on node executing the codelet
|
před 12 roky |
Nathalie Furmento
|
6babc8fe5a
mpi/src/starpu_mpi_insert_task.c: free allocated memory when flushing cache
|
před 12 roky |
Nathalie Furmento
|
871d6cf2d1
mpi/tests/insert_task_owner2.c: unregister data from StarPU
|
před 12 roky |
Nathalie Furmento
|
f95de7dd66
mpi/tests: free allocated memory
|
před 12 roky |
Nathalie Furmento
|
b10022de60
tools/valgrind/openmpi.suppr: add suppression rules
|
před 12 roky |
Samuel Thibault
|
7f1972c484
Fix some rare cases where 'allocated' unexpectedly becomes 0. This was happening
|
před 12 roky |