Corentin Salingue
|
245611f465
fix warnings when generating doc
|
8 years ago |
Olivier Aumage
|
1488cf5f6f
- CHECK_ACCESSIBLE is too strong for OpenMP
|
8 years ago |
Corentin Salingue
|
f0fe0f747e
check return value to reduce warnings
|
8 years ago |
Olivier Aumage
|
8d9090fc23
- fix passing data interfaces to merged/included openmp tasks
|
8 years ago |
Samuel Thibault
|
31913b6e4c
fix warning
|
8 years ago |
Samuel Thibault
|
ffef6a52b7
Fix more warnings
|
8 years ago |
Samuel Thibault
|
d55d56c570
fix warning
|
8 years ago |
Samuel Thibault
|
f891fc83d6
Disable build of parallel_code which doesn't compile any more due to missing starpu_sched_ctx_book/unbook_workers_for_task
|
8 years ago |
Samuel Thibault
|
cd37f17e67
Avoid re-prefetching a task which already has been (e.g. with modular-heft-prio)
|
8 years ago |
Samuel Thibault
|
01c27bfb70
Fix MCT time estimation: avoid including transfer time twice
|
8 years ago |
Samuel Thibault
|
8ff5a532f4
Fix modular-heft-prio: tasks should be accumulated before the eager scheduler
|
8 years ago |
Samuel Thibault
|
a94eec3bcb
Start factorizing queue completion times between worker component and dmda
|
8 years ago |
Samuel Thibault
|
0e0c061054
Fix estimated ends of components, and use average ends by default
|
8 years ago |
Samuel Thibault
|
bfc1b8ff4e
Fix paje trace when pipelining tasks and transfers
|
8 years ago |
Samuel Thibault
|
3f440da88f
mention new scheduler
|
8 years ago |
Samuel Thibault
|
e9dce8bf50
Add modular-heft-prio scheduler
|
8 years ago |
Nathalie Furmento
|
a1f9243dd5
examples/sched_ctx/gpu_partition.c: temporary fix: skip test as cuda computation fails
|
8 years ago |
Corentin Salingue
|
5d3f3a018a
Update doc with MPI Master-Slave support + fix visibility of 2 sections in MPI doc
|
8 years ago |
Samuel Thibault
|
882ad99086
Do not assume that -fPIC means static linking, nowadays distributions compile all code with fPIC
|
8 years ago |
Andra Hugo
|
149d06b650
do not even compile the gpu_partiton example if we don't have cuda
|
8 years ago |
Samuel Thibault
|
3ff56dcc26
fix indent
|
8 years ago |
Samuel Thibault
|
3b6ce806ec
Fix warnings
|
8 years ago |
Nathalie Furmento
|
0e7aeb8008
src/Makefile.am: do not check _starpu_spin_init as it has 2 implementations, one being not inline
|
8 years ago |
Samuel Thibault
|
cbe6f98e73
Make sure that all static inlines are indeed inlined
|
8 years ago |
Andra Hugo
|
64107a11ad
gpu_partitioning - remove comments from cpu implementation
|
8 years ago |
Nathalie Furmento
|
219bcae91d
doc:
|
8 years ago |
Samuel Thibault
|
de8bed4c48
Add openmpi suppression
|
8 years ago |
Samuel Thibault
|
2b6e2c26e5
fix memory leak: only really parallel tasks get freed
|
8 years ago |
Andra Hugo
|
dc923e3168
allocate CPUs to take care of the gpu streams and do not use them as CPU workers + use a single gpu for the gpu_partitionong example
|
8 years ago |
Nathalie Furmento
|
7585b099a8
tools/valgrind/valgrind.sh: do not need -v option when running valgrind
|
8 years ago |