Commit History

Author SHA1 Message Date
  Samuel Thibault d95e1c8398 explain helgrind about some races we are fine with 13 years ago
  Samuel Thibault 9d798f070b Add yet more debugging about loading perfmodels. Fix gethostname issue with fqdn, and factorize it 13 years ago
  Nathalie Furmento 8cf58e11aa src/common/utils.h: make sure the message displayed by _STARPU_ERROR is clearly visible 13 years ago
  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 years ago
  Samuel Thibault e66027cab1 restore actually-needed _starpu_pthread_spinlock_t types. Do not include barrier. so early, it needs the mutex types 13 years ago
  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 years ago
  Samuel Thibault f60eb1288d Add initial simgrid support 13 years ago
  Samuel Thibault d361d68c4b fix nbsp 13 years ago
  Samuel Thibault 583ca2b13f Drop spurious return of value 13 years ago
  Samuel Thibault 7d2a5bd434 pass pthread_key_* through macros 13 years ago
  Samuel Thibault f402db344f pass pthread initializers through macros 13 years ago
  Samuel Thibault 242b6116cf pass pthread types through typedefs 13 years ago
  Nathalie Furmento 26e714f792 src/common/utils.h: _STARPU_DISP do not display message if environment variable STARPU_SILENT is set 13 years ago
  Samuel Thibault d9ae739dbe Add missing prototypes. Should fix some 64bit crashes 13 years ago
  Cyril Roelandt 8fd109ac3e Fix the _STARPU_PTHREAD_* macros. 13 years ago
  Cyril Roelandt 2fcf7e6af2 Add a _STARPU_PTHREAD_CREATE macro and use it. 13 years ago
  Cyril Roelandt 612a56a6fd Fix function prototypes in headers to reflect the changes brought by r.7415. 13 years ago
  Samuel Thibault 5abb0b8256 Fix macro for use directly in an if 13 years ago
  Nathalie Furmento 32e85cf2c2 src: improve directory management 13 years ago
  Cyril Roelandt 4c72d83e90 Better debugging information in the _STARPU_PTHREAD_MUTEX_* macros. 14 years ago
  Nathalie Furmento e5f68ad9d6 src: update double values usage 14 years ago
  Nathalie Furmento 0433b3cc32 src: minor fixes w.r.tg warnings detected by gcc compiler 14 years ago
  Nathalie Furmento 906d935956 src: prefix names of internal types and functions with _starpu 14 years ago
  Nathalie Furmento 7560e696db src/common/utils.h: add a flush to _STARPU_DEBUG 14 years ago
  Nathalie Furmento ba8e96d33e src/common/utils.h: do not print debug messages when environment variable STARPU_SILENT exists 15 years ago
  Samuel Thibault 0d9f08ae8d Fix copyrights, thanks Ludo! 15 years ago
  Nathalie Furmento 943e64c831 src/common/utils.h: _STARPU_DEBUG does not display any message if the environment variable STARPU_SILENT is set 15 years ago
  Nathalie Furmento 234a8432b7 define a default implementation for pthread barrier functions for systems which do not provide it, such as Cygwin 15 years ago
  Cédric Augonnet 879bcb4752 - Provide helpers for pthread_barrier_* functions 15 years ago
  Nathalie Furmento 3b61934f1c typos (detected as warning by icc) 15 years ago