Samuel Thibault
|
e235fcbe82
Add options for reduction, and add clean target
|
8 years ago |
Samuel Thibault
|
9c9b38525a
no need to sleep
|
8 years ago |
Samuel Thibault
|
c07d49339e
Fix running prio_list
|
8 years ago |
Samuel Thibault
|
f93028199e
Add a simgrid model-checking trivial test for now
|
8 years ago |
Nathalie Furmento
|
c5de85cf48
tests/disk/mem_reclaim.c: remove now-useless code
|
8 years ago |
Nathalie Furmento
|
21a3263c57
src/common/utils.c: improve implementation of _starpu_mkdtemp_internal
|
8 years ago |
Olivier Aumage
|
800fd1e875
wake up target worker on push_local_task
|
8 years ago |
Olivier Aumage
|
bc6e66ef68
reset current_task field when the task is refused by the cuda driver
|
8 years ago |
Nathalie Furmento
|
89ec58cb54
minor fixes
|
8 years ago |
Nathalie Furmento
|
6564f2bdf3
tests/disk: use new function _starpu_mkdtemp
|
8 years ago |
Nathalie Furmento
|
6aa36701ae
src/common/utils.c: do not abort when failing to create tmp directory, return NULL instead
|
8 years ago |
Nathalie Furmento
|
42f76c4ffb
src: implement _starpu_mkdtemp (either by using mkdtemp or when not available by using our own algorithm) and test it
|
8 years ago |
Olivier Aumage
|
c760f3017a
use worker's state_keep_awake flag instead worker component status for sleeping management
|
8 years ago |
Nathalie Furmento
|
dbc5e606e5
tests/disk/mem_reclaim.c: test return value for rmdir
|
8 years ago |
Nathalie Furmento
|
33deddc603
tools/cppcheck/suppressions.txt: update suppressions
|
8 years ago |
Nathalie Furmento
|
db0a3bb756
examples/mlr/mlr.c: fix code
|
8 years ago |
Samuel Thibault
|
25c5266794
Fix accessing the CUDA properties before it gets initialized
|
8 years ago |
Nathalie Furmento
|
eac913ffdf
examples/cpp/add_vectors_cpp11.cpp: fix code, STARPU_TEST_SKIPPED is not defined for examples
|
8 years ago |
Samuel Thibault
|
931099ec5f
Avoid arithmetic over void pointer, refused by more recent opencl implementations
|
8 years ago |
Olivier Aumage
|
684ce2448c
add some missing relax_on calls
|
8 years ago |
Olivier Aumage
|
943262ea0e
Matmul SOCL test-case does not seem to support blocking drivers
|
8 years ago |
Nathalie Furmento
|
3e8b4edf13
include/starpu_task.h: group struct variables defined with :1
|
8 years ago |
Samuel Thibault
|
885cbf64d0
Fix crash when list is empty
|
8 years ago |
Olivier Aumage
|
789d1fc956
restore component_worker exception, now that the mask or-ing is suppressed
|
8 years ago |
Olivier Aumage
|
e406571c6c
remove unnecessary code
|
8 years ago |
Olivier Aumage
|
e90d0639d5
component_workers must not be skipped from the ctx bitmap processing
|
8 years ago |
Samuel Thibault
|
d4dbd8260b
Avoid dumb division by zero
|
8 years ago |
Olivier Aumage
|
bc73bc0ae2
suppress seamingly unnecessary assert
|
8 years ago |
Samuel Thibault
|
33749e044c
push/pop state instead of recording whether we were reclaiming or not
|
8 years ago |
Olivier Aumage
|
408e44ecfb
temporarily release the rwlock of a ctx being deleted so that the tasks of the ctx may update the ctx stats
|
8 years ago |