Olivier Aumage
|
23b36f6bd5
- fix omp task implementation
|
11 years ago |
Samuel Thibault
|
17dfd3cf32
backport r12683 from trunk: Document some pruning
|
11 years ago |
Samuel Thibault
|
87fc8017d9
backport r12681 from 1.1: Better document scheduler behavior
|
11 years ago |
Nathalie Furmento
|
cdb8ad6182
ChangeLog: update
|
11 years ago |
Nathalie Furmento
|
64f759e27c
src/core/workers.c: also define cuda_worker_set when simgrid is enabled
|
11 years ago |
Nathalie Furmento
|
b16464f507
tools/Makefile.am: add valgrind suppression files in distrib file
|
11 years ago |
Olivier Aumage
|
56f8a5194a
- merge trunk
|
11 years ago |
Olivier Aumage
|
58e206fd4f
- add test case for tasks
|
11 years ago |
Samuel Thibault
|
cfb3f5e88d
Fix download latency measurement, thanks Chris Hennick for the report
|
11 years ago |
Samuel Thibault
|
443556ab4b
Fix build
|
11 years ago |
Samuel Thibault
|
07a04b259b
Prepare for FxT which will fix flushing
|
11 years ago |
Olivier Aumage
|
992e4eda06
- merge trunk
|
11 years ago |
Olivier Aumage
|
7280af2f1a
- rework omp task implementation
|
11 years ago |
Nathalie Furmento
|
607a19e5f1
src/core/task.c: include signal.h
|
11 years ago |
Olivier Aumage
|
48f146ed60
- merge trunk
|
11 years ago |
Olivier Aumage
|
e6e8498d0f
- ongoing work on omp task implementation
|
11 years ago |
Samuel Thibault
|
63420978c1
calibration doesn't disable asynchronous data transfer any more
|
11 years ago |
Olivier Aumage
|
9b64273b52
- add check for named omp critical
|
11 years ago |
Olivier Aumage
|
4dfec4600a
- merge trunk
|
11 years ago |
Olivier Aumage
|
1dcec33ad2
- add support of anonymous omp critical
|
11 years ago |
Olivier Aumage
|
b908eaae3e
- use a more generic interface for additional continuation features
|
11 years ago |
Samuel Thibault
|
d711867861
Fix documentation of STARPU_WATCHDOG_CRASH, document typing handle SIGABRT nopass in gdb
|
11 years ago |
Olivier Aumage
|
d5ccc27622
- merge trunk
|
11 years ago |
Olivier Aumage
|
35b2853b78
- add tests for omp barrier, omp master, omp single
|
11 years ago |
Samuel Thibault
|
7ae89db3bb
On watchdog expiry, raise SIGABRT instead of asserting 0, so it can be caught in gdb, also reset it to avoid keeping shouting
|
11 years ago |
Samuel Thibault
|
579c12d531
Fix transfer streams creation leak and destruction crash when using several workers per CUDA device
|
11 years ago |
Olivier Aumage
|
fb4270cace
- update api with support for omp barrier, omp master, omp single
|
11 years ago |
Olivier Aumage
|
4383f09ef9
- add support for omp barrier, omp master [wait|nowait], omp single [wait|nowait]
|
11 years ago |
Olivier Aumage
|
e5f5aba186
- add a conditional variant of continuation tasks associated with a spinlock
|
11 years ago |
Olivier Aumage
|
a2563c4ffd
- merge trunk
|
11 years ago |