Cyril Roelandt
|
211a2f6206
Heft: do not increment fifo->ntasks in push_task_on_best_worker().
|
13 years ago |
Cyril Roelandt
|
8d66c296e5
heft: remove useless assignments.
|
13 years ago |
Cyril Roelandt
|
3ef8fd179f
dmda*: take into account the conversion time in compute_all_performance_predictions().
|
13 years ago |
Nathalie Furmento
|
644678ee6d
mpi: new functions to clear the communication cache used by starpu_mpi_insert_task
|
13 years ago |
Nathalie Furmento
|
288438b79a
mpi: rename functions related to cache mechanism
|
13 years ago |
Nathalie Furmento
|
2ff3a3d5c2
mpi/src/starpu_mpi.c: fix indentation
|
13 years ago |
Cyril Roelandt
|
743f1cbc92
dmda: remove useless variable.
|
13 years ago |
Cyril Roelandt
|
3a65c33bea
dmda*: add support for combined workers.
|
13 years ago |
Samuel Thibault
|
1f9f2527ea
document that tests fail
|
13 years ago |
Nathalie Furmento
|
b222c59e81
src/datawizard: partly revert 8083 for update children storage in
|
13 years ago |
Nathalie Furmento
|
7c6cdd873c
mpi/src/starpu_mpi_datatype.c: starpu_mpi_handle_to_datatype check
|
13 years ago |
Nathalie Furmento
|
41888196bb
mpi/src/starpu_mpi.c: fix code in_starpu_mpi_handle_request_termination. Only receive and send requests need to deal with data. Thanks to Benoit Lizé for reporting the bug.
|
13 years ago |
Nathalie Furmento
|
f00b3e4c96
doc/chapters/perf-optimization.texi: update Simgrid doc
|
13 years ago |
Nathalie Furmento
|
18e5bb3b13
include/starpu_util.h: typo in message display
|
13 years ago |
Nathalie Furmento
|
9fe0ad7112
src/datawizard/malloc.c: fix code when both CUDA and Simgrid are enabled
|
13 years ago |
Samuel Thibault
|
26de49eb07
restore calling the perfmodel
|
13 years ago |
Nathalie Furmento
|
d0213f8b01
src/datawizard: update children storage in starpu_data_handle_t
|
13 years ago |
Cyril Roelandt
|
dea73a9872
Heft: make sure that scheduled tasks are removed from their bundle.
|
13 years ago |
Cyril Roelandt
|
a1c305a88b
Heft/dmda*: fix the protection of critical sections in compute_all_performance_predictions().
|
13 years ago |
Cyril Roelandt
|
3a3cb4bdfc
dm*: dmda_pop_ready_task(): avoid a useless call to starpu_worker_get_memory_node().
|
13 years ago |
Cyril Roelandt
|
0e0d711cbe
dm*: push_task_on_best_worker(): avoid a useless call to starpu_worker_get_memory_node().
|
13 years ago |
Cyril Roelandt
|
d8b89baf63
dm*: Destroy all the sched mutexes and conditions when deinitializing the policies.
|
13 years ago |
Nathalie Furmento
|
dd02d53824
src: add a memory manager module (does not do much for now)
|
13 years ago |
Nathalie Furmento
|
c49d55ac0f
src/datawizard/memalloc.c: add TODO we need to call starpu_free
|
13 years ago |
Nathalie Furmento
|
45c1f431f7
add parameter size to function starpu_free_buffer_on_node()
|
13 years ago |
Nathalie Furmento
|
8fdc9fbc75
add parameter size to function starpu_free_buffer_on_node()
|
13 years ago |
Nathalie Furmento
|
a3855f5ac0
src: move util/malloc.c to datawizard/malloc.c
|
13 years ago |
Nathalie Furmento
|
e82def546a
mpi: doc about new parameter initialize_mpi to starpu_mpi_init
|
13 years ago |
Nathalie Furmento
|
12ebe944d9
src/datawizard/memalloc.c: add TODO we need to use starpu_malloc
|
13 years ago |
Nathalie Furmento
|
cc29bc43df
mpi: add a parameter initialize_mpi to starpu_mpi_init, then we no longer rely on MPI_Initialized() to detect if MPI is already initialised or not, we just ask the upper layer to tell us if it needs to be initialised
|
13 years ago |