Nathalie Furmento
|
f1f6719353
use __starpu_func__ instead of __func__ which is not available on windows
|
лет назад: 13 |
Nathalie Furmento
|
3ae62277c5
src: move starpu thread related functions to new file src/common/thread.h
|
лет назад: 13 |
Nathalie Furmento
|
a646d6a75a
src/common/utils.h: old versions of valgrind do not provide the macros
|
лет назад: 13 |
Samuel Thibault
|
d95e1c8398
explain helgrind about some races we are fine with
|
лет назад: 13 |
Samuel Thibault
|
9d798f070b
Add yet more debugging about loading perfmodels. Fix gethostname issue with fqdn, and factorize it
|
лет назад: 13 |
Nathalie Furmento
|
8cf58e11aa
src/common/utils.h: make sure the message displayed by _STARPU_ERROR is clearly visible
|
лет назад: 13 |
Samuel Thibault
|
c3360e3cd8
Use a macro instead of a typedef for _starpu_pthread_barrier_t: common/barrier.h won't get included to define pthread_barrier_t when the system does not have barriers (e.g. Darwin) since it includes common/utils.h
|
лет назад: 13 |
Samuel Thibault
|
e66027cab1
restore actually-needed _starpu_pthread_spinlock_t types. Do not include barrier. so early, it needs the mutex types
|
лет назад: 13 |
Samuel Thibault
|
27fd79e4c2
Fix Darwin build: Remove unused pthread_spinlock macros (which are duplicates for our own spin locks), include common_barrier.h for the pthread_barrier_t type
|
лет назад: 13 |
Samuel Thibault
|
f60eb1288d
Add initial simgrid support
|
лет назад: 13 |
Samuel Thibault
|
d361d68c4b
fix nbsp
|
лет назад: 13 |
Samuel Thibault
|
583ca2b13f
Drop spurious return of value
|
лет назад: 13 |
Samuel Thibault
|
7d2a5bd434
pass pthread_key_* through macros
|
лет назад: 13 |
Samuel Thibault
|
f402db344f
pass pthread initializers through macros
|
лет назад: 13 |
Samuel Thibault
|
242b6116cf
pass pthread types through typedefs
|
лет назад: 13 |
Nathalie Furmento
|
26e714f792
src/common/utils.h: _STARPU_DISP do not display message if environment variable STARPU_SILENT is set
|
лет назад: 13 |
Samuel Thibault
|
d9ae739dbe
Add missing prototypes. Should fix some 64bit crashes
|
лет назад: 13 |
Cyril Roelandt
|
8fd109ac3e
Fix the _STARPU_PTHREAD_* macros.
|
лет назад: 13 |
Cyril Roelandt
|
2fcf7e6af2
Add a _STARPU_PTHREAD_CREATE macro and use it.
|
лет назад: 13 |
Cyril Roelandt
|
612a56a6fd
Fix function prototypes in headers to reflect the changes brought by r.7415.
|
лет назад: 13 |
Samuel Thibault
|
5abb0b8256
Fix macro for use directly in an if
|
лет назад: 13 |
Nathalie Furmento
|
32e85cf2c2
src: improve directory management
|
лет назад: 13 |
Cyril Roelandt
|
4c72d83e90
Better debugging information in the _STARPU_PTHREAD_MUTEX_* macros.
|
лет назад: 14 |
Nathalie Furmento
|
e5f68ad9d6
src: update double values usage
|
лет назад: 14 |
Nathalie Furmento
|
0433b3cc32
src: minor fixes w.r.tg warnings detected by gcc compiler
|
лет назад: 14 |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
лет назад: 14 |
Nathalie Furmento
|
7560e696db
src/common/utils.h: add a flush to _STARPU_DEBUG
|
лет назад: 14 |
Nathalie Furmento
|
ba8e96d33e
src/common/utils.h: do not print debug messages when environment variable STARPU_SILENT exists
|
лет назад: 15 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
лет назад: 15 |
Nathalie Furmento
|
943e64c831
src/common/utils.h: _STARPU_DEBUG does not display any message if the environment variable STARPU_SILENT is set
|
лет назад: 15 |