Historique des commits

Auteur SHA1 Message Date
  Samuel Thibault 6d917d694e rename "power" into "energy" wherever it applies, notably energy consumption performance models il y a 10 ans
  Samuel Thibault 9aa325e691 Fix multiple partitioning planning of the same data: they share the same switching codelet, but may have varying nparts il y a 10 ans
  Samuel Thibault 8bb9a66912 Fix data migration: we need to flush the cache too. Add starpu_mpi_data_migrate which does things properly il y a 10 ans
  Samuel Thibault c4a9c20417 Wait for child termination and core dump before running gdb il y a 10 ans
  Nathalie Furmento 676037ab82 mpi/examples/Makefile.am: delete generated mod files il y a 10 ans
  Nathalie Furmento 012f8773fe configure.ac: fix detection for mpif90 compiler and MPI_Comm_f2c function il y a 10 ans
  Nathalie Furmento 7372df73aa mpi/: always run testsuite on 4 processes il y a 10 ans
  Nathalie Furmento c0c9aa4ff2 tools/valgrind: add suppression files for padico and madmpi il y a 10 ans
  Nathalie Furmento 53eff7e16e configure.ac: set mpif90 as default MPI fortran compiler and indicate in summary if native fortran support is enabled il y a 10 ans
  Nathalie Furmento 33f2628107 mpi/src: move fortran code in dedicated files il y a 10 ans
  Nathalie Furmento 50d3906bb0 mpi: better deal with cleaning of early data structures il y a 10 ans
  Samuel Thibault 218d2349c3 do not abort if a task executing nowhere requests data being fetched on a given node il y a 10 ans
  Samuel Thibault f3bfedf320 Reduce execution time il y a 10 ans
  Samuel Thibault d9759eca1f fix typo il y a 10 ans
  Samuel Thibault d89033f224 Reduce maximum allowed time for tests, to avoid waiting for half an hour for hung tests il y a 10 ans
  Samuel Thibault bf774ba7e4 Avoid CPU overload when running MPI, which crazily increases test time il y a 10 ans
  Samuel Thibault a8784b8805 fix build il y a 10 ans
  Samuel Thibault c0f741aa00 Reduce completion time of make check in non-quick non-long mode il y a 10 ans
  Samuel Thibault 109917c6fb fix build with mpi implementations which don't have fortran support, e.g. simgrid before 3.12 il y a 10 ans
  Nathalie Furmento fdd82490b4 examples/sched_ctx/parallel_code.c: remove unused variable il y a 10 ans
  Samuel Thibault 49ec3bfcde explain a common possibility for unknown argument given to task_insert and friends il y a 10 ans
  Samuel Thibault 1f841a3f0d Add origin of data requests for debugging il y a 10 ans
  Samuel Thibault 56f7a63766 fix typo, thanks Florent il y a 10 ans
  Samuel Thibault 02508a3ed7 Add magic number to data, to check against multiple unregistrations il y a 10 ans
  Samuel Thibault bfea917d2c Do not trigger reclaiming at all if there is enough room in a memory node, even if all its data are dirty. That's needed behavior for e.g. stencils il y a 10 ans
  Nathalie Furmento 4b18b6815a mpi/tests: remove mpi_error.c il y a 10 ans
  Nathalie Furmento fd7cebdbda mpi/src: better deal with request termination on early data callback il y a 10 ans
  Nathalie Furmento 40a94e40df mpi/src: do not call MPI_Wait if the request is already completed (from a previous call to MPI_Test) il y a 10 ans
  Nathalie Furmento 95f0934881 mpi/src: consider MPI_Comm to be an integer il y a 10 ans
  Nathalie Furmento 3bbc378f3a configure.ac: add parameter --with-mpiexec-args to specify MPI parameters to be given when running make check il y a 10 ans