Samuel Thibault
|
67fe6714cd
port r11189 from 1.1: Fix race on job ndeps: create_cg_task increments ndeps, it needs to hold the sync_mutex
|
12 years ago |
Samuel Thibault
|
33d2a77f46
Add missing mutex to protect 'submitted' field access
|
12 years ago |
Nathalie Furmento
|
eb32a9b3d4
src: fix coding style
|
12 years ago |
Samuel Thibault
|
d369a0f059
better feedback on failed assertion
|
13 years ago |
Samuel Thibault
|
9672a315cf
Add temanejo support for task-task dependencies and tag dependencies
|
13 years ago |
Nathalie Furmento
|
17ed921472
src: remove hashtable implementations which are no longer used. we use now the common/uthash.h implementation
|
13 years ago |
Samuel Thibault
|
9fa92e2a0e
Don't let applications record dependencies after regenerated/restarted tasks have been submitted/resubmitted
|
13 years ago |
Samuel Thibault
|
fba139b857
|
13 years ago |
Samuel Thibault
|
50c1628116
Even when setting task dependencies due to implicit data dependencies, check that the job is not already terminated.
|
13 years ago |
Samuel Thibault
|
021892beba
Make more checks
|
13 years ago |
Nathalie Furmento
|
93e6c6224b
introduce new macro STARPU_ASSERT_MSG, icc was complaining on evaluation constant expressions ...
|
13 years ago |
Samuel Thibault
|
76bb79e29c
Document an assertion that a programmer might have
|
14 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 years ago |
Nathalie Furmento
|
efc9c3a136
src: Update LIST_TYPE macro to generate list functionalities and type
|
14 years ago |
Nathalie Furmento
|
1b377f358f
src: rename internal objects following coding conventions
|
14 years ago |
Nathalie Furmento
|
0bd2fe9020
src: rename internal types following coding conventions
|
14 years ago |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
14 years ago |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 years ago |
Cédric Augonnet
|
5cd95b55ed
Add missing header
|
15 years ago |
Samuel Thibault
|
11eb858e43
beginning of support for dependencies in theoretical bound; not working yet.
|
15 years ago |
Samuel Thibault
|
506446fd8b
avoid loop dependencies
|
15 years ago |
Cédric Augonnet
|
114550c84f
Move src/core/policies/sched_policy.* into src/core/
|
15 years ago |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 years ago |
Cédric Augonnet
|
dec83d29d2
Display task dependencies (ie. not only tag dependencies) in the graph
|
15 years ago |
Cédric Augonnet
|
5fce968f7c
Slightly rework the use of the sync_mutex lock that protects jobs from
|
15 years ago |
Nathalie Furmento
|
cde4ad65e2
Check the return value of pthread_mutex_lock(...) and pthread_mutex_unlock(...)
|
15 years ago |
Nathalie Furmento
|
df88473141
StarPU: Use character _ instead of - in filenames
|
15 years ago |