Nathalie Furmento
|
4839a2cfce
doc: modify chapters outline, we are trying here to divide the whole documentation in distinct self-readable parts
|
11 lat temu |
Andra Hugo
|
d9186f9976
forgot the examples for the prev commit
|
11 lat temu |
Andra Hugo
|
bfb858fe1d
Add hierarchical contexts
|
11 lat temu |
Samuel Thibault
|
8635fa44b4
Put data size on the X axis in data_trace
|
11 lat temu |
Samuel Thibault
|
0a1d229bbf
fix TODO position
|
11 lat temu |
Nathalie Furmento
|
2d0608fd1c
tools/Makefile.am: generate manpage for starpu_fxt_data_trace
|
11 lat temu |
Nathalie Furmento
|
daed96f61b
src/debug/traces/starpu_fxt.c: fix spelling for unknown
|
11 lat temu |
Nathalie Furmento
|
4f398beb95
tools/starpu_fxt_data_trace.c: recognize options -h --help -v --version, and also display name of gnuplot file on success
|
11 lat temu |
Nathalie Furmento
|
a8e4891126
examples/basic_examples/dynamic_handles.c: do not execute on cuda and opencl as memory test will fail, we would need to write a specific implementation but there is no need to, testing on cpu is enough
|
11 lat temu |
Nathalie Furmento
|
2fe69c7c75
src/debug/traces/starpu_fxt.c: fix processing of event _STARPU_FUT_END_CODELET_BODY: the thread id is the 6th parameter, not the 4th one
|
11 lat temu |
Nathalie Furmento
|
cf8d54ed51
doc/doxygen/doxygen_filter.sh.in: only remove lines which START with //
|
11 lat temu |
Nathalie Furmento
|
74681103bf
doc/doxygen/Makefile.am: we want the html version of the doc to be included in the distrib file, but not installed
|
11 lat temu |
Nathalie Furmento
|
7c41f04f4d
doc/doxygen/doxygen_filter.sh.in: fix the comments to explain what is removed from the doxygen input files
|
11 lat temu |
Nathalie Furmento
|
55aeb0cc4d
doc/doxygen/doxygen_filter.sh.in: comments to explain what is removed from the doxygen input files
|
11 lat temu |
Samuel Thibault
|
8a8f25347b
Fix build on non-x86 archs
|
11 lat temu |
Nathalie Furmento
|
edadd8a191
doc: also include html doc in distrib file
|
11 lat temu |
Samuel Thibault
|
be5af1b04c
Fix OpenGL build
|
11 lat temu |
Samuel Thibault
|
5f52c015d5
Fix build with OpenGL and without CUDA
|
11 lat temu |
Samuel Thibault
|
2a64aee610
Fix test
|
11 lat temu |
Samuel Thibault
|
b5d6297509
Fix build with OpenGL but without CUDA
|
11 lat temu |
Nathalie Furmento
|
7afe7c6c1b
ChangeLog: add name for 1.1.0
|
11 lat temu |
Nathalie Furmento
|
6668eb5e10
ChangeLog: set revision numbers for previous releases
|
11 lat temu |
Nathalie Furmento
|
74f5434462
mpi/tests/insert_task_compute.c: do not display data for nodes which do not compute
|
11 lat temu |
Nathalie Furmento
|
695a505c71
mpi/tests/insert_task_compute.c: only nodes 0 and 1 take part in the computation
|
11 lat temu |
Samuel Thibault
|
2f62b5cd10
Use big fat abortions when one tries to make a task or callback sleep, instead of just returning EDEADLCK which few people will test
|
11 lat temu |
Nathalie Furmento
|
74b8783c9f
use starpu thread type instead of using directly pthread type
|
11 lat temu |
Nathalie Furmento
|
c7fb5b3fb2
src/util: remove function _starpu_task_insert_create_and_submit() as it is no longer used
|
11 lat temu |
Nathalie Furmento
|
1a47f256cd
mpi: test functions starpu_mpi_task_build() and starpu_mpi_task_post_build()
|
11 lat temu |
Nathalie Furmento
|
2dbfb1ccc8
mpi: new functions starpu_mpi_task_build() and starpu_mpi_task_post_build()
|
11 lat temu |
Nathalie Furmento
|
7d89a33501
src/util/starpu_task_insert.c: code factoring between starpu_task_insert and stapu_task_build
|
11 lat temu |