Samuel Thibault
|
d9ae739dbe
Add missing prototypes. Should fix some 64bit crashes
|
13 lat temu |
Cyril Roelandt
|
8fd109ac3e
Fix the _STARPU_PTHREAD_* macros.
|
13 lat temu |
Cyril Roelandt
|
2fcf7e6af2
Add a _STARPU_PTHREAD_CREATE macro and use it.
|
13 lat temu |
Cyril Roelandt
|
612a56a6fd
Fix function prototypes in headers to reflect the changes brought by r.7415.
|
13 lat temu |
Samuel Thibault
|
5abb0b8256
Fix macro for use directly in an if
|
13 lat temu |
Nathalie Furmento
|
32e85cf2c2
src: improve directory management
|
13 lat temu |
Cyril Roelandt
|
4c72d83e90
Better debugging information in the _STARPU_PTHREAD_MUTEX_* macros.
|
13 lat temu |
Nathalie Furmento
|
e5f68ad9d6
src: update double values usage
|
13 lat temu |
Nathalie Furmento
|
0433b3cc32
src: minor fixes w.r.tg warnings detected by gcc compiler
|
14 lat temu |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
14 lat temu |
Nathalie Furmento
|
7560e696db
src/common/utils.h: add a flush to _STARPU_DEBUG
|
14 lat temu |
Nathalie Furmento
|
ba8e96d33e
src/common/utils.h: do not print debug messages when environment variable STARPU_SILENT exists
|
14 lat temu |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 lat temu |
Nathalie Furmento
|
943e64c831
src/common/utils.h: _STARPU_DEBUG does not display any message if the environment variable STARPU_SILENT is set
|
14 lat temu |
Nathalie Furmento
|
234a8432b7
define a default implementation for pthread barrier functions for systems which do not provide it, such as Cygwin
|
15 lat temu |
Cédric Augonnet
|
879bcb4752
- Provide helpers for pthread_barrier_* functions
|
15 lat temu |
Nathalie Furmento
|
3b61934f1c
typos (detected as warning by icc)
|
15 lat temu |
Cédric Augonnet
|
c816662ece
Add missing \n at the end of error messages.
|
15 lat temu |
Cédric Augonnet
|
2a4f1cf220
Abort after an error, and don't forget the \n at the end of the error message
|
15 lat temu |
Nathalie Furmento
|
553f253990
src: debug mechanism to log in and out functions calls (was helpful to debug MPI...)
|
15 lat temu |
Nathalie Furmento
|
92f41b0c15
src: use a standard debug/messaging system
|
15 lat temu |
Cédric Augonnet
|
952534293d
Update copyright date
|
15 lat temu |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 lat temu |
Cédric Augonnet
|
0a062a6947
Rename starpu_drop_comments into _starpu_drop_comments and move it out of the
|
15 lat temu |
Cédric Augonnet
|
d2b1c0cfc3
Check return values for pthread_rwlock_* functions
|
15 lat temu |
Samuel Thibault
|
554d1813ba
add missing pthread.h include for pthread_mutex_t
|
15 lat temu |
Cédric Augonnet
|
0f9a02a475
Yet more return value checking for condition variables
|
15 lat temu |
Cédric Augonnet
|
61652faf3b
- Some pthread functions seem to leave errno unmodified, so we use strerror
|
15 lat temu |
Cédric Augonnet
|
e77ca93d65
Check the return value of pthread_cond_wait and use a while loop around
|
15 lat temu |
Nathalie Furmento
|
cde4ad65e2
Check the return value of pthread_mutex_lock(...) and pthread_mutex_unlock(...)
|
15 lat temu |