Corentin Salingue
|
4a14747dd9
add Master <-> Slaves transfers + fix bug when asynchronous messages are received + fix bug when multiple thread is not activated
|
8 years ago |
Samuel Thibault
|
6cb74cf4f1
inline trivial memory_nodes operations
|
9 years ago |
Samuel Thibault
|
160b44ac45
inline the trivial functions accessing starpu_config
|
9 years ago |
Samuel Thibault
|
dbafc4b732
Make STARPU_MALLOC_ and STARPU_MEMORY_ flags coherent, so that we can pass the latter to starpu_malloc_flags too. Add _flags versions to starpu_malloc_on_node, and add starpu_malloc_on_node_set_default_flags to allow setting the flags used by starpu_malloc_on_node
|
9 years ago |
Samuel Thibault
|
c8efbb83e8
Inline list heads instead of keeping allocating them
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Nathalie Furmento
|
efea5f1a8f
src/ tests/ tools/: fix coding style, curly braces go on a newline
|
10 years ago |
Nathalie Furmento
|
ecba1b2874
src/datawizard/memory_nodes.c: do not add a \n at the end of the memory node name
|
10 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
10 years ago |
Nathalie Furmento
|
e393e5c9c1
minor fixes
|
11 years ago |
Samuel Thibault
|
b25760aa94
fix warnings
|
11 years ago |
Samuel Thibault
|
63a53f35d2
Also print memory node name in the reclaiming warning
|
11 years ago |
Samuel Thibault
|
9e7c9936ce
Use STARPU_MAIN_RAM where appropriate
|
11 years ago |
Samuel Thibault
|
1e23399727
Add configure option to increase the number of nodes
|
12 years ago |
Corentin Salingue
|
f6d2f6f7bd
drop spurious changes
|
12 years ago |
Corentin Salingue
|
1abb2dfa5d
merge trunk
|
12 years ago |
Corentin Salingue
|
5001ddb569
merge trunk
|
12 years ago |
Samuel Thibault
|
be083d75b2
factorize converting number of nodes into node number
|
12 years ago |
Samuel Thibault
|
29f81391b9
Fix assertion
|
12 years ago |
Samuel Thibault
|
25bfc106c2
TODO: add option to choose maxnodes
|
12 years ago |
Corentin Salingue
|
e07d29c6c2
fix nodes > max_nodes
|
12 years ago |
Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 years ago |
Nathalie Furmento
|
7f792e3082
Define new public API starpu_pthread which is similar to the pthread API.
|
12 years ago |
Samuel Thibault
|
95e0b19b3e
Add some missing mutex/cond/rwlock_destroy
|
12 years ago |
Nathalie Furmento
|
c7321a76ff
fix type for node to always be unsigned (instead of uint32_t)
|
12 years ago |
Nathalie Furmento
|
b770541f52
src: memory_nodes function renaming
|
12 years ago |
Samuel Thibault
|
2e901e9bd8
Add more debugging information on assertions
|
12 years ago |
Nathalie Furmento
|
dd02d53824
src: add a memory manager module (does not do much for now)
|
12 years ago |
Samuel Thibault
|
f60eb1288d
Add initial simgrid support
|
12 years ago |
Cyril Roelandt
|
03d936a505
memory_nodes.c: use _STARPU_PTHREAD_RWLOCK_INIT instead of pthread_rwlock_init().
|
12 years ago |