| .. |
|
dependencies
|
9783f21238
Fix of the livelock discovered by Marc Sergent's internship, by adding a maximum trylock threshold before a blocking lock
|
12 years ago |
|
disk_ops
|
171866d4ad
missing ifdef for aio
|
12 years ago |
|
perfmodel
|
a4765d54f6
Fix array alignment
|
12 years ago |
|
combined_workers.c
|
b50ce6ede9
combined_worker.c : fix compar_int function. return a > b; => return a - b;
|
12 years ago |
|
combined_workers.h
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
15 years ago |
|
debug.c
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 years ago |
|
debug.h
|
dee5e3115b
Add function names in Temanejo
|
13 years ago |
|
detect_combined_workers.c
|
a7047a3a4a
move struct starpu_machine_topology from include/starpu_worker.h to src/core/workers.h and rename it to struct _starpu_machine_topology
|
12 years ago |
|
detect_combined_workers.h
|
f9bdb5ae49
src: move sched_policies/detect_combined_workers.[ch] to core/detect_combined_workers.[ch]
|
12 years ago |
|
disk.c
|
fcae2dca11
fix assert bug + reduce warning
|
12 years ago |
|
disk.h
|
aa9ac54085
begin to add pack/unpack
|
12 years ago |
|
errorcheck.c
|
0bd2fe9020
src: rename internal types following coding conventions
|
14 years ago |
|
errorcheck.h
|
3ad31951c8
src: code cleaning
|
14 years ago |
|
jobs.c
|
cdc7897dc4
src/core/jobs.c: fix #10642, the worker is not always defined
|
12 years ago |
|
jobs.h
|
1e320e8d1a
Do not use ifdef in macro argument
|
12 years ago |
|
parallel_task.c
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 years ago |
|
progress_hook.c
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 years ago |
|
progress_hook.h
|
f3bbbf58e8
src: move definition of function _starpu_execute_registered_progression_hooks() from workers.h to progress_hook.h
|
13 years ago |
|
sched_ctx.c
|
ea4afcbe3b
do not take workers' mutex before they are launched
|
12 years ago |
|
sched_ctx.h
|
5fa6ed1bb7
allow passing the pointer of a scheduler to a context
|
12 years ago |
|
sched_policy.c
|
5fa6ed1bb7
allow passing the pointer of a scheduler to a context
|
12 years ago |
|
sched_policy.h
|
5fa6ed1bb7
allow passing the pointer of a scheduler to a context
|
12 years ago |
|
simgrid.c
|
27040a7d73
make assertions more verbose
|
12 years ago |
|
simgrid.h
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 years ago |
|
task.c
|
70ee761ed3
correct speed computations for the hyp
|
12 years ago |
|
task.h
|
57ac315b6d
Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet
|
12 years ago |
|
task_bundle.c
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 years ago |
|
task_bundle.h
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 years ago |
|
topology.c
|
fbbc1a9ff6
merge trunk
|
12 years ago |
|
topology.h
|
57ac315b6d
Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet
|
12 years ago |
|
workers.c
|
6e52308e70
Indicate whether a worker shares tasks lists with other workers (if yes if we remove it from the context we should do it right away, the other workers are in charge of the remaining tasks)
|
12 years ago |
|
workers.h
|
6e52308e70
Indicate whether a worker shares tasks lists with other workers (if yes if we remove it from the context we should do it right away, the other workers are in charge of the remaining tasks)
|
12 years ago |