Samuel Thibault
|
eb35e0f01c
Use priorities for the local tasks list
|
4 years ago |
Nathalie Furmento
|
eef597106c
update comment style for doxygen
|
5 years ago |
Samuel Thibault
|
4034e434b1
fix build without valgrind
|
5 years ago |
Nathalie Furmento
|
5100d24576
add internal .h files into developers documentation
|
5 years ago |
Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Samuel Thibault
|
6d6c5ce582
m/c/realloc may return NULL if size is 0
|
6 years ago |
Samuel Thibault
|
dbfb7760c5
Fix calling _STARPU_MALLOC _STARPU_CALLOC _STARPU_REALLOC in C++ code
|
7 years ago |
Nathalie Furmento
|
f1972f0acd
src: only print out informations in debug mode
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Nathalie Furmento
|
8071dad2cb
src: new macro _STARPU_EXTRA_DEBUG enabled with configure option --enable-verbose=extra
|
8 years ago |
Samuel Thibault
|
4676d335bc
disk: clean temporary files and directories on O_DIRECT open error
|
8 years ago |
Nathalie Furmento
|
27048e0009
fixes following cppcheck warnings
|
8 years ago |
Corentin Salingue
|
b401b569ad
Add _STARPU_MALLOC_CAST macro to make list.h compatible with C++
|
8 years ago |
Nathalie Furmento
|
b5a08467da
use temporary variable for realloc
|
8 years ago |
Nathalie Furmento
|
42f76c4ffb
src: implement _starpu_mkdtemp (either by using mkdtemp or when not available by using our own algorithm) and test it
|
8 years ago |
Nathalie Furmento
|
cbac70e22c
use starpu_pthread_self() instead of pthread_self
|
8 years ago |
Nathalie Furmento
|
9d342936ce
src/common/utils.h: remove un-unused _STARPU_FREE macro
|
8 years ago |
Nathalie Furmento
|
d3a6512230
src: slightly improve _starpu_select_sched_policy() and fix heft detection
|
8 years ago |
Samuel Thibault
|
97e498c4da
revert r19481, it is actually detrimental to performances
|
9 years ago |
Samuel Thibault
|
61850e3a9e
depress priority of worker threads, to let application thread get worken up more quickly
|
9 years ago |
Samuel Thibault
|
11635571c1
avoid format mismatch
|
9 years ago |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
9 years ago |
Nathalie Furmento
|
d4761fddf6
src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions
|
9 years ago |
Samuel Thibault
|
759e5e664e
revert 18716: knl is really an x86_64 for barriers
|
9 years ago |
Samuel Thibault
|
a7760d5cb8
try to support xeon phi knl
|
9 years ago |
Samuel Thibault
|
444635d429
Add starpu_sleep
|
9 years ago |
Samuel Thibault
|
9095dde87f
fix confusion between _starpu_ftruncate and ftruncate by introducing _starpu_fftruncate which takes a FILE*
|
9 years ago |
Samuel Thibault
|
bdfcc6404e
factorize ftruncate portability to windows
|
9 years ago |
Samuel Thibault
|
63148dc70a
create a hierarchy of directories to store allocated files, to avoid issues with systems where the number of files in the same directory is limited. A depth of 2 gets a billion of files with a thousand per directory, that should be enough
|
9 years ago |
Samuel Thibault
|
7a72a87830
factorize code
|
9 years ago |