提交歷史

作者 SHA1 備註 提交日期
  Samuel Thibault 1fc4a6ae87 Show task throttling in the trace 8 年之前
  Samuel Thibault 9c0fd37c9e Fix simgrid build 8 年之前
  Samuel Thibault 729faa6417 Avoid including the task submission throttling within the submitting trace 8 年之前
  Samuel Thibault e3b8c372bd Avoid taking a lock which might already be locked 8 年之前
  Samuel Thibault 122ed73fd2 Better not keep tasks which are known to be done actually, to reduce memory consumption 8 年之前
  Luka Stanisic fba55ca39f traces: solving issue with synchro tasks when generating MPI trace 8 年之前
  Samuel Thibault 043db8b3c0 Do not print spurious -1 iteration numbers 8 年之前
  Samuel Thibault 7c6e361faa Fix parent of MPI links, thanks Lucas M. Schnorr 8 年之前
  Samuel Thibault 0602a9efac check for presence of unistd.h header _before_ using it 8 年之前
  Corentin Salingue 91a65f66ef this example doesn't support Master-Slave transfers 8 年之前
  Corentin Salingue d4239a2b3f forget to add MPI_MS_RAM case 8 年之前
  Corentin Salingue 7f0cf9b321 skip invalid_blocing_calls test if master-slave mode is enable because mpirun doesn't exit on some computers 8 年之前
  Nathalie Furmento b601b645b2 fix code to follow coding conventions for braces 8 年之前
  Nathalie Furmento 9c38741e02 fix code to follow coding conventions for braces 8 年之前
  Nathalie Furmento aef60c0c2d src,mpi/src: check return value for malloc/calloc/realloc functions 8 年之前
  Samuel Thibault 0de1308077 Harmonize and fix alloc/free of CUDA RAM in simgrid and non-simgrid cases 8 年之前
  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) 8 年之前
  Luka Stanisic 7ba361c61b simgrid: fix to correctly capture scheduling in traces. Also adding this to ChangeLog 8 年之前
  Luka Stanisic db4d8cf053 simgrid: taking into account scheduling cost 8 年之前
  Corentin Salingue 92a6491016 add reduction support for MPI Master-Slave devices 8 年之前
  Nathalie Furmento 50b293a483 mpi/src/starpu_mpi_cache.c: make sure all functions are protected by using the global mutex 8 年之前
  Samuel Thibault 7d4a0f23d0 No need to drop the lock now that we have only one mutex 8 年之前
  Nathalie Furmento 9d342936ce src/common/utils.h: remove un-unused _STARPU_FREE macro 8 年之前
  Nathalie Furmento 63e9c03a6c mpi/cache: remove data-specific cache mutex to only keep a global mutex 8 年之前
  Nathalie Furmento 6ce1c625f7 mpi: add missing include and fix calloc call 8 年之前
  Nathalie Furmento 0b198c56cc src,mpi/src: check return value for malloc/calloc/realloc functions 8 年之前
  Nathalie Furmento c93a5ee190 tools/dev/starpu_check_malloc.sh: script to test calls to malloc/calloc/realloc functions 8 年之前
  Nathalie Furmento 6f46d1740f mpi/examples/mpi_lu/pxlu_kernels.c: fix printf type 8 年之前
  Samuel Thibault 27e0760337 Add missing include needed for some build profiles 8 年之前
  Samuel Thibault 2ea5faef7f Use better priorities in our distributed cholesky implementation 8 年之前