Samuel Thibault
|
41bc034b95
Fix race between pushers and poppers in ws and lws
|
8 years ago |
Samuel Thibault
|
082594124f
Add helper to get the scheduler data
|
8 years ago |
Samuel Thibault
|
bb41ac2588
fix test
|
8 years ago |
Samuel Thibault
|
2d65ddb36a
no need to bug people about our index inversion :)
|
8 years ago |
Samuel Thibault
|
88c9d9c12c
ignore float rounding errors
|
8 years ago |
Samuel Thibault
|
f6a95d85ad
Really print errors
|
8 years ago |
Samuel Thibault
|
36fb11e672
Disable opencl test for matrix_as_vector, it is not implemented
|
8 years ago |
Samuel Thibault
|
63a7427417
Report ENODEV errors
|
8 years ago |
Samuel Thibault
|
cde2272e3d
Don't bug people with a TODO
|
8 years ago |
Samuel Thibault
|
993026c8db
no need to bug people about our index inversion :)
|
8 years ago |
Samuel Thibault
|
a900dee6a9
Fix crash in graph management when a node gets actually dropped before its ancestor
|
8 years ago |
Samuel Thibault
|
eac4759964
fix memleak
|
8 years ago |
Samuel Thibault
|
1c90a1af65
Show data MPI owner in data.rec
|
8 years ago |
Samuel Thibault
|
265cfa6687
Set coordinates and iteration loops for MPI examples
|
8 years ago |
Samuel Thibault
|
0edfabe6a1
Switch back to using CLOCK_MONOTONIC instead of CLOCK_MONOTONIC_RAW, to benefit from NTP synchronization in the distributed case, and CLOCK_MONOTONIC is a vsyscall nowadays, so very cheap
|
8 years ago |
Samuel Thibault
|
d616f26c52
Set default value of iteration/subiteration to -1, so it's not shown by default
|
8 years ago |
Samuel Thibault
|
5251aaa0c7
Set iteration numbers in stencil example too
|
8 years ago |
Samuel Thibault
|
7d765d4d6f
Add starpu_set_iteration and starpu_set_subiteration to describe tasks, for better offline traces analysis
|
8 years ago |
Samuel Thibault
|
1a33adc5ab
Fix reading file size
|
8 years ago |
Samuel Thibault
|
4f657230da
Dump task Gflop in tasks.rec
|
8 years ago |
Samuel Thibault
|
fd82538e0a
Fix starpu_data_set_coordinates call
|
8 years ago |
Samuel Thibault
|
6f80d6c001
Fix returned value for starpu_perfmodel_display
|
8 years ago |
Samuel Thibault
|
c8261aa58f
Fix previous commit: we need to get back to beginning of file :)
|
8 years ago |
Samuel Thibault
|
9feec47e07
Ignore empty performance model files, there is nothing that can be done about them
|
8 years ago |
Samuel Thibault
|
54bf705e97
Comment about "Incorrect performance model file" errors
|
8 years ago |
Samuel Thibault
|
7edd7335cb
Print the incorrect performance model file path on errors
|
8 years ago |
Olivier Aumage
|
b279cf877c
- use a callback to free implicit tasks
|
8 years ago |
Samuel Thibault
|
72c5144f39
Avoid helgrind warnings on statistics
|
8 years ago |
Samuel Thibault
|
4fbf3e23d7
Check sched_mutex rule before releasing the mutex, in case releasing the mutex actually leads to seeing something freed that is used to access to the mutex (e.g. an index)
|
8 years ago |
Samuel Thibault
|
573ea8532d
comment
|
8 years ago |