Samuel Thibault 183ba157f0 Adapt to watchdog function to avoid waiting too long at the end of the computation, thanks Guillaume Sylvand 9 years ago
..
dependencies 654ad27766 Add STARPU_LOCALITY flag 9 years ago
disk_ops 181f60818d fix typo... 9 years ago
perfmodel b11fcecb22 Make sure to have both v3 and v4 simgrid platform files, since we don't know at that point which version will be needed 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 1b2f436a98 catch unsafe use of non-reentrant getenv 10 years ago
debug.h d68f1573fd use some gcc attributes 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 7c48d12020 'nowhere' tasks may get completed in the main thread, so we have to deal with it 9 years ago
jobs.h d68f1573fd use some gcc attributes 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 7c48d12020 'nowhere' tasks may get completed in the main thread, so we have to deal with it 9 years ago
sched_ctx.h 160b44ac45 inline the trivial functions accessing starpu_config 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 27679ae542 fix default break_on job ids 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 8cc4eac03c Benefit from MSG_process_attach 9 years ago
task.c 183ba157f0 Adapt to watchdog function to avoid waiting too long at the end of the computation, thanks Guillaume Sylvand 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 94d626f9e1 fix bugs detected by coverity 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 c14e34df69 Reduce cost of tree worker iterator by caching the set of workers using the same bindid 9 years ago
workers.c 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
workers.h 94d626f9e1 fix bugs detected by coverity 9 years ago