| .. |
|
dependencies
|
a7e50ec8ff
Fix use after free
|
9 years ago |
|
disk_ops
|
181f60818d
fix typo...
|
9 years ago |
|
perfmodel
|
3569d946a7
fix tasks2.rec when there is no codelet for a given arch
|
9 years ago |
|
combined_workers.c
|
0b56a64843
Check id value before accessing arrays
|
10 years ago |
|
combined_workers.h
|
4b1a16edde
Fix University name after the fusion..
|
11 years ago |
|
debug.c
|
cabe2dab63
- add support for Temanejo/Ayudame version 2
|
9 years ago |
|
debug.h
|
cabe2dab63
- add support for Temanejo/Ayudame version 2
|
9 years ago |
|
detect_combined_workers.c
|
431f798e39
Avoid risking dividing by zero due to environment variable
|
9 years ago |
|
detect_combined_workers.h
|
bb61f3808d
update cnrs copyright
|
10 years ago |
|
disk.c
|
1b2f436a98
catch unsafe use of non-reentrant getenv
|
10 years ago |
|
disk.h
|
d68f1573fd
use some gcc attributes
|
9 years ago |
|
errorcheck.c
|
3c81d54382
Reduce a big overhead in starpu_pthread_mutex_lock/unlock by only checking for the sched mutex when locking a sched mutex
|
9 years ago |
|
errorcheck.h
|
bb61f3808d
update cnrs copyright
|
10 years ago |
|
jobs.c
|
cabe2dab63
- add support for Temanejo/Ayudame version 2
|
9 years ago |
|
jobs.h
|
6d917d694e
rename "power" into "energy" wherever it applies, notably energy consumption performance models
|
9 years ago |
|
parallel_task.c
|
0bc621df90
Fix destruction of the after_worker_barrier: we need to wait for threads to have gone out of the barrier... So let's use a simple tiny busy barrier
|
10 years ago |
|
progress_hook.c
|
bb61f3808d
update cnrs copyright
|
10 years ago |
|
progress_hook.h
|
e3b44209ed
update copyright
|
10 years ago |
|
sched_ctx.c
|
782e791fd8
optimize starpu_sched_ctx_contains_worker and starpu_sched_ctx_contains_type_of_worker
|
9 years ago |
|
sched_ctx.h
|
52ea41d70b
- add the possibility to associate some user data to sched contexts (needed for some INTERTWinE work)
|
9 years ago |
|
sched_ctx_list.c
|
2999f665f2
fix bugs detected by scan clang tool
|
9 years ago |
|
sched_ctx_list.h
|
37e497d448
Fix valgrind leak detection in sched_ctx_list
|
10 years ago |
|
sched_policy.c
|
cabe2dab63
- add support for Temanejo/Ayudame version 2
|
9 years ago |
|
sched_policy.h
|
7771735456
* Add STARPU_TASK_BREAK_ON_SCHED, STARPU_TASK_BREAK_ON_PUSH, and STARPU_TASK_BREAK_ON_POP environment variables to debug schedulers.
|
9 years ago |
|
simgrid.c
|
e69593ab47
port r18163 from 1.2: fix detection of running inside SMPI
|
9 years ago |
|
simgrid.h
|
7437946cf8
simgrid: adding environment variable to take into account task submission costs in simgrid mode
|
9 years ago |
|
task.c
|
7437946cf8
simgrid: adding environment variable to take into account task submission costs in simgrid mode
|
9 years ago |
|
task.h
|
2151a200c2
src/core: new functions _starpu_task_wait_for_all_and_return_nb_waited_tasks(void) and _starpu_task_wait_for_all_in_ctx_and_return_nb_waited_tasks(unsigned) which wait for tasks and return the number of tasks that have been waited for
|
9 years ago |
|
task_bundle.c
|
e3b44209ed
update copyright
|
10 years ago |
|
task_bundle.h
|
e3b44209ed
update copyright
|
10 years ago |
|
topology.c
|
cdbf49888a
Fix thread binding on knf in accelerator mode
|
9 years ago |
|
topology.h
|
877d29d194
Warn when two workers are bound to the same cpu. Support ranges in STARPU_WORKERS_CPUID
|
10 years ago |
|
tree.c
|
b6e12ff54c
port r18913 from 1.2: fix father arity
|
9 years ago |
|
workers.c
|
6a6935b2df
reduce yet more the overhead of tree worker lists
|
9 years ago |
|
workers.h
|
6b863c6ee1
make sure that _starpu_get_worker_struct doesn't overflow. Inline starpu_worker_get_count to make it not too expensive
|
9 years ago |