Historial de Commits

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