提交歷史

作者 SHA1 備註 提交日期
  Nathalie Furmento 02d2a94c5a mpi/src: fix barrier to also wait for ready requests 8 年之前
  Nathalie Furmento 130d46371a minor fixes following sonar-scanner warnings 8 年之前
  Nathalie Furmento 4f2b91524a mpi/src: fix coding style 8 年之前
  Samuel Thibault f76300e50f Fix memory leak on early reception of a detached request: we need to destroy them when it is both completed and the application has expressed it should be detached 8 年之前
  Samuel Thibault 5e3dbcf95a Add per-node MPI data 8 年之前
  Samuel Thibault 28fcff7473 Add STARPU_MAIN_THREAD_CPUID and STARPU_MPI_THREAD_CPUID environment variables 8 年之前
  Samuel Thibault 835107f076 Fix coherency of priorities 8 年之前
  Samuel Thibault 9182b57470 Make it more explicit what prio_list_pop_front/back actually takes 8 年之前
  Samuel Thibault b8e806b50a Fix priority inversion 8 年之前
  Samuel Thibault f4b8da7ad9 fix signedness 8 年之前
  Samuel Thibault 2c545475b5 Use environment variables to set NREADY_PROCESS and NDETACHED_SEND 8 年之前
  Samuel Thibault dc689aaf94 To try to get priorities to actually do something useful, do not submit all MPI sends at the same time, only 10 at a time (to be tuned...) 8 年之前
  Samuel Thibault 587a42efa7 Add support for priorities in StarPU-MPI 8 年之前
  Samuel Thibault 8a70f02ccd Avoid useless dereference 8 年之前
  Samuel Thibault 117739cfa6 revert 21781: _starpu_mpi_handle_request_termination is already called from _starpu_mpi_early_data_cb 8 年之前
  Samuel Thibault 981226e2d9 Add missing destroy 8 年之前
  Samuel Thibault 30e4d170a7 Add MPI_Test trace events, not enabled by default 8 年之前
  Samuel Thibault 49031912a4 Push detached requests at the back, so they are tested last since they will most probably finish latest 8 年之前
  Nathalie Furmento e20290a061 use starpu pthread functions 8 年之前
  Nathalie Furmento 6ead354516 mpi/src: avoid calling fprint directly, use instead starpu message functions 8 年之前
  Samuel Thibault ad09c4c678 Do not let an SMPI program run without smpi_process_set_user_data, we definitely need it 8 年之前
  Samuel Thibault 123615baa9 Do not test data_request being NULL on simgrid, we test completion another way 8 年之前
  Nathalie Furmento 5fcb627544 mpi/src/starpu_mpi.c: acces to ready_requests must be protected 8 年之前
  Nathalie Furmento d582ec83c5 mpi: fix bug introduced by #20305, a request for an early data needs 8 年之前
  Nathalie Furmento f6dca8f197 mpi/src/starpu_mpi.c: extra check to make sure we do no test completion of the request MPI_REQUEST_NULL 8 年之前
  Nathalie Furmento c479103b63 mpi: Output generated through STARPU_MPI_COMM has been modified to allow easier automated checking 8 年之前
  Nathalie Furmento aef60c0c2d src,mpi/src: check return value for malloc/calloc/realloc functions 8 年之前
  Samuel Thibault e180da0966 Allow the application not to define an MPI tag when the data is not to be transferred 8 年之前
  Samuel Thibault c7f166c27c Add mpi communications in dag.dot 8 年之前
  Samuel Thibault a3b0152013 Fix gantt chart for starpu_mpi_irecv: it should use the termination time of the request, not the submission time 8 年之前