Nathalie Furmento
|
455285f263
src/core/workers.h: - we no longer need to maintin ABI compatibility as type is private - always define struct starpu_tree *tree
|
11 years ago |
Nathalie Furmento
|
1cbcc403ad
src/worker_collection/worker_tree.c: add missing include
|
11 years ago |
Samuel Thibault
|
8909163f31
Also print theoretical makespan
|
11 years ago |
Samuel Thibault
|
306cd75c73
Rather use the macros which test errors etc.
|
11 years ago |
Nathalie Furmento
|
293325197a
doc: fix typos
|
11 years ago |
Nathalie Furmento
|
700c3de9b3
starpufft/starpufftx.c: remove un-needed include pthread.h
|
11 years ago |
Nathalie Furmento
|
d9ea93b034
src: use starpu_pthread API
|
11 years ago |
Nathalie Furmento
|
4c5e4997e2
socl: use starpu_pthread API
|
11 years ago |
Nathalie Furmento
|
f7fa8ebb0e
src: when spinlock_check is not enabled, modify starpu_spinlock functions to use the starpu_pthread_spin_xxx api
|
11 years ago |
Nathalie Furmento
|
93ce4ecd0e
thread: encapsulation of the pthread_spin_xxx functions
|
11 years ago |
Nathalie Furmento
|
f0bf639f34
src: remove un-needed include directives
|
11 years ago |
Nathalie Furmento
|
2666e2d046
thread: encapsulate pthread_exit function
|
11 years ago |
Nathalie Furmento
|
7c066359c0
src: make sure we use starpu_pthread type
|
11 years ago |
Samuel Thibault
|
65b826ed3a
Only enable workers for all kinds of devices in the simgrid case, which indeed potentially needs to run them even if support is not compiled in.
|
11 years ago |
Samuel Thibault
|
4b5895731f
Reduce the amount of threads for MIC, to avoid eating too much memory. Also print number of SCC devices
|
11 years ago |
Andra Hugo
|
e87982b3c0
allow more than 10 contexts in paje traces
|
11 years ago |
Samuel Thibault
|
324dda1072
Fix _starpu_sleep for simgrid
|
11 years ago |
Samuel Thibault
|
6bda6463ef
Free simgrid thread argument early, in case the executed function commits suicide itself.
|
11 years ago |
Andra Hugo
|
29fe510ea0
build hwloc tree and iterate on the list of workers in the hwloc order
|
11 years ago |
Nathalie Furmento
|
d3898c33a7
AUTHORS: Add Marc Sergent
|
11 years ago |
Samuel Thibault
|
50a6cfea59
Fix spurious direct use of pthread_* stuff. This fixes simgrid termination
|
11 years ago |
Nathalie Furmento
|
9501d79624
examples/Makefile.am: add fortran/hello to testcase suite (even though i am not sure it's really calling starpu)
|
11 years ago |
Nathalie Furmento
|
5eead9c854
examples/Makefile.am: fix file location for starpu_fortran.h (2)
|
11 years ago |
Nathalie Furmento
|
ac7fa79ec4
examples/Makefile.am: fix file location for starpu_fortran.h
|
11 years ago |
Nathalie Furmento
|
9a92cd76b3
examples/fortran: get rid off directory bindings
|
11 years ago |
Samuel Thibault
|
57b24050cb
Add Xavier author
|
11 years ago |
Nathalie Furmento
|
829460a4ab
new flag STARPU_EXECUTE_ON_WORKER to specify the worker which will execute the task (thanks to Xavier Lacoste for providing the patch)
|
11 years ago |
Samuel Thibault
|
89ac7e59ac
Provide hint for the user about missing func pointer
|
11 years ago |
Nathalie Furmento
|
3ecf0f775d
doc/doxygen/Makefile.am: revert wrongly committed modification in #12005
|
11 years ago |
Nathalie Furmento
|
f1fef6fdf5
doc: re-commit #12001: fix TODO position
|
11 years ago |