Samuel Thibault
|
da64f4cb8d
explicit that starpu_malloc_on_node allocations must be freed with starpu_free_on_node
|
11 years ago |
Samuel Thibault
|
d55a3b0bcd
It is useless to keep the pthread_attr around in the mutex lifetime
|
11 years ago |
Samuel Thibault
|
0613ff03e9
print the number of measurements
|
11 years ago |
Samuel Thibault
|
1604b5b403
fix memleak
|
11 years ago |
Samuel Thibault
|
b7b1a52587
truncat STARPU_*_PIPELINE to STARPU_MAX_PIPELINE
|
11 years ago |
Nathalie Furmento
|
cac7d80ba8
src/drivers/cuda/driver_cuda.c: fix typo
|
11 years ago |
Samuel Thibault
|
3ed3e95a2a
Do not check for stream synchronization when we do it ourselves
|
11 years ago |
Nathalie Furmento
|
1ae61a95f9
CUDA and OpenCL drivers: when STARPU_CUDA_PIPELINE and STARPU_OPENCL_PIPELINE are set to 0, force synchronous execution of all kernels
|
11 years ago |
Nathalie Furmento
|
7deabca3dc
ChangeLog: mention STARPU_CUDA_PIPELINE and STARPU_OPENCL_PIPELINE
|
11 years ago |
Nathalie Furmento
|
31393afbd6
tests/main/execute_schedule.c: use starpu_drand48() as random() is not available on windows
|
11 years ago |
Samuel Thibault
|
74576df8fb
TODO: use a heap to manage local_ordered_tasks
|
11 years ago |
Samuel Thibault
|
9d8e413617
Add STARPU_WORKER_ORDER to be able to specify workerorder from insert_task calls
|
11 years ago |
Samuel Thibault
|
6083b2af7d
Make sure the user doesn't introduce duplicate worker order values
|
11 years ago |
Samuel Thibault
|
529e9bf200
Improve static scheduling by adding support for specifying the task execution order.
|
11 years ago |
Samuel Thibault
|
25d9b910d0
Document how to debug simgrid applications with gdb
|
11 years ago |
Nathalie Furmento
|
bb6f98f531
src/debug/traces/starpu_fxt.c: use a round robin to choose workers's colors
|
11 years ago |
Nathalie Furmento
|
dae21b7c15
doc/doxygen/refman.tex: fix text
|
11 years ago |
Nathalie Furmento
|
60c728d51e
src/core/perfmodel/perfmodel_history.c: only append hostname if the symbol does not contain a dot character (very likely followed by a hostname)
|
11 years ago |
Samuel Thibault
|
a93bf83bb4
Do not change the new replicate fields, this is handled by the caller. Fix the cache allocation to actually reuse old buffers.
|
11 years ago |
Nathalie Furmento
|
3108d5d8db
mpi/tests: minor fixes
|
11 years ago |
Nathalie Furmento
|
bd4ed8a412
examples/worker_collections: minor fixes
|
11 years ago |
Nathalie Furmento
|
2096e51447
tests/datawizard/interfaces/multiformat/multiformat_interface.c: fix type
|
11 years ago |
Nathalie Furmento
|
e92cea95c9
src/debug/traces/starpu_fxt.c: update function names to be more consistent with fxt event names
|
11 years ago |
Samuel Thibault
|
4f8aa5d318
w32api is being deprecated, explicit the value instead of using WindowsXP
|
11 years ago |
Samuel Thibault
|
027969ce0f
Use the 'portable' ssize_t
|
11 years ago |
Samuel Thibault
|
af0817b43f
Actually drop including starpu's config.h
|
11 years ago |
Samuel Thibault
|
7a5e71cc8e
dolib is built without libstarpu actually, so don't try to include starpu headers
|
11 years ago |
Samuel Thibault
|
e1994c4957
Explain what is supposed to be in starpu_config.h
|
11 years ago |
Samuel Thibault
|
2caa6ce3f7
Make sure WINVER is defined before anything else happens
|
11 years ago |
Samuel Thibault
|
3823c5adcd
At least some versions of mingw don't define __MINGW__
|
11 years ago |