Nathalie Furmento
|
6fdc316c14
configure.ac: use AC_CHECK_FUNCS to check if function hwloc_topology_dup is available
|
9 years ago |
Terry Cojean
|
a0675debe9
fix macos build
|
9 years ago |
Terry Cojean
|
f686a1643b
Ensure we have hwloc over 1.10 to use clusters (in pkgconfig case). Also fix OpenMP includes.
|
9 years ago |
Samuel Pitoiset
|
550195a8a1
core: fix dereference before NULL checks
|
9 years ago |
Samuel Pitoiset
|
d24bb83255
tests/datawizard: remove unreachable code
|
9 years ago |
Samuel Pitoiset
|
24be4e8ea8
sc_hypervisor: make sure to free sched_ctxs_child in _consider_max_for_children()
|
9 years ago |
Samuel Pitoiset
|
0d7364d125
sc_hypervisor: fix memleak when calling sc_hypervisor_get_ctxs_on_level()
|
9 years ago |
Samuel Pitoiset
|
d423640859
sc_hypervisor: fix resource leak when calling sc_hypervisor_get_type_of_workers()
|
9 years ago |
Terry Cojean
|
901652a877
Add a cluster management API. The purpose is to facilitate a partition of the machine and set it to process parallel tasks. It is a first version and can change in the future.
|
9 years ago |
Terry Cojean
|
07faf0103f
remove duplicate line in makefile
|
9 years ago |
Terry Cojean
|
8eaec0450a
fix gitignore: remove a .c, all .pc files and makefiles
|
9 years ago |
Samuel Thibault
|
af7ecc6c9a
Rather use '-' for ranges instead of ':', like hwloc does
|
9 years ago |
Samuel Thibault
|
124fd55142
support unbound ranges for STARPU_WORKERS_CPUID
|
9 years ago |
Samuel Thibault
|
714329c797
support unbound ranges for STARPU_WORKERS_CPUID
|
9 years ago |
Samuel Thibault
|
4aac742507
Add changelog
|
9 years ago |
Samuel Thibault
|
877d29d194
Warn when two workers are bound to the same cpu. Support ranges in STARPU_WORKERS_CPUID
|
9 years ago |
Samuel Pitoiset
|
47af526b94
omp: use _STARPU_ERROR() when allocations fail
|
9 years ago |
Terry Cojean
|
75d75812cf
fix dicrease of fxt task ready count with parallel tasks
|
9 years ago |
Samuel Thibault
|
04f743c3b4
Also search smpicc and smpirun in $simgrid_dir/bin
|
9 years ago |
Samuel Thibault
|
9b69bde217
Avoid depending on realpath
|
9 years ago |
Nathalie Furmento
|
fcb13b5b84
ChangeLog: mention #16560, Add starpu-all-tasks debugging support
|
9 years ago |
Samuel Thibault
|
203b3db100
Fix tracing nready and nsubmitted after r15808 broke it
|
9 years ago |
Samuel Thibault
|
477690d953
Add -size parameter to xgemm
|
9 years ago |
Samuel Pitoiset
|
22407ef3cd
git: ignore /src/Makefile
|
9 years ago |
Samuel Pitoiset
|
2fd5021be3
omp: use flags for storing implicit/final/untied/undeferred bits
|
9 years ago |
Samuel Pitoiset
|
8f68c6555b
omp: remove unnecessary omp_starpu_conf global var
|
9 years ago |
Samuel Pitoiset
|
905431aa71
omp: add _starpu_omp_set_{thread,task}
|
9 years ago |
Samuel Pitoiset
|
81bc8cd181
omp: make use of get_worker_thread() in get_local_thread()
|
9 years ago |
Samuel Pitoiset
|
b81d40a339
omp: use calloc() instead of malloc()+memset()
|
9 years ago |
Samuel Pitoiset
|
48f514b0ee
omp: fix wrong use of STARPU_USE_{CUDA,OPENCL} macros
|
9 years ago |