Nathalie Furmento
|
2cb74e1781
tests/datawizard/allocate.c: add information messages
|
12 年 前 |
Nathalie Furmento
|
9d4024fbf4
src/datawizard/malloc.c: fix memory releasing
|
12 年 前 |
Nathalie Furmento
|
9b413f8eee
src/datawizard/malloc.c: we no longer store the size of the allocated
|
12 年 前 |
Nathalie Furmento
|
b131003cc1
tests/loader.c: also launch gdb when application is interrupted on timeout
|
12 年 前 |
Samuel Thibault
|
06f7012d1b
Fix obviously-bogus locking
|
12 年 前 |
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.
|
12 年 前 |
Nathalie Furmento
|
f670f363e6
mpi/src/starpu_mpi_insert_task.c: only pack arguments of the codelet on node executing the codelet
|
12 年 前 |
Nathalie Furmento
|
6babc8fe5a
mpi/src/starpu_mpi_insert_task.c: free allocated memory when flushing cache
|
12 年 前 |
Nathalie Furmento
|
871d6cf2d1
mpi/tests/insert_task_owner2.c: unregister data from StarPU
|
12 年 前 |
Nathalie Furmento
|
f95de7dd66
mpi/tests: free allocated memory
|
12 年 前 |
Nathalie Furmento
|
b10022de60
tools/valgrind/openmpi.suppr: add suppression rules
|
12 年 前 |
Samuel Thibault
|
7f1972c484
Fix some rare cases where 'allocated' unexpectedly becomes 0. This was happening
|
12 年 前 |
Nathalie Furmento
|
13e4291045
driver cpu: get rid off for now of variable STARPU_LIMIT_CPU_devid_MEM
|
12 年 前 |
Nathalie Furmento
|
cc8edb06c4
tests/datawizard/allocate.c: test memory reclaim is working
|
12 年 前 |
Nathalie Furmento
|
a6ba6f0f05
src/datawizard/malloc.c: starpu_malloc allocate extra space to store
|
12 年 前 |
Nathalie Furmento
|
4929a09e0d
src/datawizard/malloc.c: only reclaim twice the size of what we want to allocate
|
12 年 前 |
Nathalie Furmento
|
fbc535854e
src/datawizard/malloc.c: starpu_malloc() return -ENOMEM and set pointer to NULL when failing to allocate buffer
|
12 年 前 |
Nathalie Furmento
|
4c7f4aaa20
src/datawizard/malloc.c: fix indent
|
12 年 前 |
Samuel Thibault
|
9f08f313c6
in spinlock-check mode, record the last taker of the spinlock
|
12 年 前 |
Samuel Thibault
|
73221e98ae
fix starpu-tasks-on-worker*
|
12 年 前 |
Samuel Thibault
|
55a6fa0d9e
complete lock comment
|
12 年 前 |
Nathalie Furmento
|
90f2b209ea
tests/datawizard/allocate.c: fix return value
|
12 年 前 |
Nathalie Furmento
|
93057993ba
tests: add new test datawizard/allocate.c to test user allocation memory when not enough memory left
|
12 年 前 |
Nathalie Furmento
|
72e761688c
src/datawizard/malloc.c: starpu_free needs to inform the memory manager some memory is given back, but how do we know how much?
|
12 年 前 |
Nathalie Furmento
|
8076fd2ac1
src/datawizard/malloc.c: starpu_malloc() now requests the memory manager to find out if there is enough memory left. If now, it reclaims memory
|
12 年 前 |
Nathalie Furmento
|
0e7dedf3a9
src/drivers/cpu/driver_cpu.c: fix unit for limited memory size
|
12 年 前 |
Nathalie Furmento
|
8b29cc2137
src/datawizard/malloc.c: fix indent and comment
|
12 年 前 |
Nathalie Furmento
|
29774f8bd4
src/datawizard: function reclaim_memory_generic is now needed in another file
|
12 年 前 |
Nathalie Furmento
|
449b29bd8e
src/drivers/cpu/driver_cpu.c: Introduce new variables STARPU_LIMIT_CPU_MEM and STARPU_LIMIT_CPU_devid_MEM to limit memory per all CPU or per specific device
|
12 年 前 |
Nathalie Furmento
|
ff5ec21b70
src/datawizard/malloc.c: remove irrelevant warning
|
12 年 前 |