Nathalie Furmento
|
6d7c6d3680
tools/valgrind/libgomp.suppr: add suppressions
|
9 年 前 |
Samuel Pitoiset
|
5bf7552cee
hypervisor: move va_end() from _ctl() to sc_hypervisor_ctl()
|
9 年 前 |
Nathalie Furmento
|
3c5f93f004
src/core/workers.c: fix #16728 by not destroying mutexes too early (i.e when drivers are still running)
|
9 年 前 |
Samuel Pitoiset
|
7813f03468
examples: fix dynamic_handles.c when STARPU_NMAXBUFS is not the default value
|
9 年 前 |
Samuel Pitoiset
|
cd657c213b
core/simgrid: remove never reached exit() calls
|
9 年 前 |
Nathalie Furmento
|
56584d336b
src/core/perfmodel/perfmodel_bus.c: improve error message when bogus latency or bandwidth file
|
9 年 前 |
Samuel Pitoiset
|
a82def595d
hypervisor: fix double free in sc_hypervisor_get_ctxs_on_level()
|
9 年 前 |
Samuel Pitoiset
|
6f5db044a9
hypervisor: fix a deadlock when using lazy resize and perf counters
|
9 年 前 |
Samuel Pitoiset
|
fc8f7e8f3d
hypervisor: make sure to correctly initialize the policy in app_driven_test.c
|
9 年 前 |
Nathalie Furmento
|
185ba72226
src/core/sched_ctx.c: for loop initial declarations are only allowed in c99 mode
|
9 年 前 |
Samuel Pitoiset
|
2fcb75b8d1
gitignore: ignore more files in doc/doxygen
|
9 年 前 |
Samuel Pitoiset
|
5a44ea9872
doc: document STARPU_SCHED_CTX_POLICY_INIT
|
9 年 前 |
Samuel Pitoiset
|
0bb67f57e1
hypervisor: fix invalid worker IDs in app_driven_test.c
|
9 年 前 |
Samuel Pitoiset
|
bed5c8e317
core: do not create a sched_ctx when the user uses invalid worker IDs
|
9 年 前 |
Samuel Pitoiset
|
96f251601a
mpi: s/STARPU_VERBOSE0/STARPU_VERBOSE
|
9 年 前 |
Samuel Pitoiset
|
41ddd72ff5
hypervisor: fix the number of requested workers in app_driven_test.c
|
9 年 前 |
Samuel Pitoiset
|
d5961d90e9
hypervisor: check the return value of starpu_init() in cholesky_implicit.c
|
9 年 前 |
Samuel Pitoiset
|
92fff34d63
hypervisor: fix wrong use of printf() in debug mode
|
9 年 前 |
Samuel Pitoiset
|
bdae1fb9cb
hypervisor: fix use of unused variables
|
9 年 前 |
Samuel Pitoiset
|
ddddab6a50
core: add starpu_tag_get_task()
|
9 年 前 |
Samuel Pitoiset
|
f942ab9adc
examples/profiling: display the number of executed tasks per worker
|
9 年 前 |
Samuel Pitoiset
|
053f1ec15a
profiling: display the number of GFlops/worker when STARPU_WORKER_STATS is enabled
|
9 年 前 |
Samuel Pitoiset
|
0d44e891a6
profiling: use starpu_bus_get_XX() helpers whenever it's possible
|
9 年 前 |
Samuel Pitoiset
|
065954efc8
profiling: re-use starpu_profiling_status_set() in _starpu_profiling_init()
|
9 年 前 |
Samuel Pitoiset
|
d326d4046e
profiling: destroy mutexes used for worker stats at shutdown
|
9 年 前 |
Samuel Pitoiset
|
572224c0cd
profiling: always display the total power consumption when STARPU_IDLE_POWER is set
|
9 年 前 |
Samuel Pitoiset
|
bdd0a4a9dd
profiling: use the same output for worker stats when STARPU_PROFILING is not enabled
|
9 年 前 |
Samuel Thibault
|
a157b78a66
mention that OUT_OF_ORDER flag is needed for parallelism
|
9 年 前 |
Samuel Pitoiset
|
ba3f57d9ce
configure: fix OpenMP compiler detection
|
9 年 前 |
Samuel Thibault
|
b74dfb5713
port r16718 from trunk: Make xgemm advise returning C pieces to main memory once finished with them
|
9 年 前 |