Historique des commits

Auteur SHA1 Message Date
  Nathalie Furmento 9c38741e02 fix code to follow coding conventions for braces il y a 8 ans
  Nathalie Furmento aef60c0c2d src,mpi/src: check return value for malloc/calloc/realloc functions il y a 8 ans
  Samuel Thibault 0de1308077 Harmonize and fix alloc/free of CUDA RAM in simgrid and non-simgrid cases il y a 8 ans
  Luka Stanisic 0e9e4ea1ea When NCUDA is not specified it takes value "-1", but this part of the code should not be executed in any case (unless I am missing something) il y a 8 ans
  Luka Stanisic 7ba361c61b simgrid: fix to correctly capture scheduling in traces. Also adding this to ChangeLog il y a 8 ans
  Luka Stanisic db4d8cf053 simgrid: taking into account scheduling cost il y a 8 ans
  Corentin Salingue 92a6491016 add reduction support for MPI Master-Slave devices il y a 8 ans
  Nathalie Furmento 50b293a483 mpi/src/starpu_mpi_cache.c: make sure all functions are protected by using the global mutex il y a 8 ans
  Samuel Thibault 7d4a0f23d0 No need to drop the lock now that we have only one mutex il y a 8 ans
  Nathalie Furmento 9d342936ce src/common/utils.h: remove un-unused _STARPU_FREE macro il y a 8 ans
  Nathalie Furmento 63e9c03a6c mpi/cache: remove data-specific cache mutex to only keep a global mutex il y a 8 ans
  Nathalie Furmento 6ce1c625f7 mpi: add missing include and fix calloc call il y a 8 ans
  Nathalie Furmento 0b198c56cc src,mpi/src: check return value for malloc/calloc/realloc functions il y a 8 ans
  Nathalie Furmento c93a5ee190 tools/dev/starpu_check_malloc.sh: script to test calls to malloc/calloc/realloc functions il y a 8 ans
  Nathalie Furmento 6f46d1740f mpi/examples/mpi_lu/pxlu_kernels.c: fix printf type il y a 8 ans
  Samuel Thibault 27e0760337 Add missing include needed for some build profiles il y a 8 ans
  Samuel Thibault 2ea5faef7f Use better priorities in our distributed cholesky implementation il y a 8 ans
  Samuel Thibault e180da0966 Allow the application not to define an MPI tag when the data is not to be transferred il y a 8 ans
  Samuel Thibault bd9d103c1a Fix case when handle gets unregistered just before we check whether there are arbitered waiters il y a 8 ans
  Samuel Thibault e50a934f58 Allow for more concurrent readers with arbiters: we may also want to notify even when the handle is being used, in read mode notably il y a 8 ans
  Samuel Thibault 00e62ce185 sched_ctx/sched_ctx_hierarchy can't work on simgrid yet il y a 8 ans
  Samuel Thibault 51e73cb81a Add missing signaling when buffers are transferred il y a 8 ans
  Samuel Thibault b1451ecff2 revert 20410: opencl does not driver several devices il y a 8 ans
  Samuel Thibault c14ba419e6 don't omit setting the local worker key, to make sure _starpu_fetch_task_input_tail works with the proper device il y a 8 ans
  Samuel Thibault 97292596ab write down why the ugly hack il y a 8 ans
  Luka Stanisic 76c48b0915 traces: prepending JobId with the prefix (MPI node number) il y a 8 ans
  Samuel Thibault 69fe1a85a9 Fix late access to codelet freed by data_unregister il y a 8 ans
  Corentin Salingue 2809f55640 factorize some MPI MASTER-SLAVE variables il y a 8 ans
  Luka Stanisic 3fab90c341 doc: correcting typo for PERF_MODEL_HOMOGENEOUS il y a 8 ans
  Samuel Thibault 7b7f03c698 fix memleak il y a 8 ans