Historial de Commits

Autor SHA1 Mensaje Fecha
  Nathalie Furmento 4f3d19a92b revert 9453 and rename function starpu_get_data_handle_from_tag to starpu_data_get_data_handle_from_tag hace 12 años
  Nathalie Furmento 2c5ca9f055 mpi: rename starpu_mpi_set/get_starpu_mpi_tag with starpu_mpi_set/get_communication_tag hace 12 años
  Marc Sergent 6832511f53 Adding documentation on new implemented public functions, comments in mpi/src/starpu_mpi.c, and getter/setter functions so as the application can access to the internal starpu_mpi_tag used by StarPU-MPI. hace 12 años
  Marc Sergent 044387df98 Fix some code which shouldn't have been commented. hace 12 años
  Marc Sergent ff83ffc582 Modifications of internal handling of tags in StarPU-MPI. hace 12 años
  Nathalie Furmento 7f792e3082 Define new public API starpu_pthread which is similar to the pthread API. hace 12 años
  Nathalie Furmento fecd363dd9 mpi/src: add explicit messages on assert failures hace 12 años
  Nathalie Furmento 482e69700b mpi/src: minor fixes hace 12 años
  Nathalie Furmento 3223cc72d7 mpi/src: do not send a heap allocated variable as the behaviour of MPI_Isend is unclear if the data is sent after exiting the function hace 12 años
  Nathalie Furmento 23c7b24def mpi/src: make sure psize is initialised with the proper value hace 12 años
  Nathalie Furmento 61f41b0783 mpi/src: test return value of MPI_Isend function and add debug message hace 12 años
  Nathalie Furmento 93b137d920 mpi/src: test return value of MPI function hace 12 años
  Nathalie Furmento d2fa75cd19 mpi/src: update debug display system to use a level from which on we want to display debug messages hace 12 años
  Nathalie Furmento 4828cc67c5 mpi/src/starpu_mpi.c: test return values of MPI functions hace 12 años
  Nathalie Furmento 32cfa5ab67 mpi: New configure option --enable-mpi-progression-hook to enable the hace 12 años
  Nathalie Furmento f7d7b4390f mpi/src/starpu_mpi.c: just test value returned by MPI_Test is not zero hace 12 años
  Nathalie Furmento 319b4f9d77 mpi/src/starpu_mpi.c: harmonize debug messages hace 12 años
  Nathalie Furmento 730cb33465 mpi/src/starpu_mpi.c: set unset value for user_datatype and count hace 12 años
  Nathalie Furmento bb60385e65 mpi/src/starpu_mpi.c: revert commit 8879 which simplified the mechanism to receive data size for user-defined datatype hace 12 años
  Samuel Thibault 751174d9c5 Factorize call to _starpu_mpi_irecv_data_func hace 12 años
  Samuel Thibault 7fede3d0fa factorize call to _starpu_mpi_isend_data_func hace 12 años
  Nathalie Furmento 52c8d99baf mpi/src/starpu_mpi.c: add mechanism to overlap the sending of the size with the packing of the data hace 12 años
  Nathalie Furmento 470d35a654 mpi: simplify mechanism to receive data size for user-defined datatype hace 12 años
  Nathalie Furmento 762e40a988 mpi: simplify mechanism to send data size for user-defined datatype hace 12 años
  Nathalie Furmento 52ac5fca66 mpi/src/starpu_mpi.c: revert commit 8620 which intended to fix mechanism to send data with user-defined datatype. hace 12 años
  Nathalie Furmento 5f9c48fb80 mpi/src/starpu_mpi.c: free allocated memory hace 12 años
  Nathalie Furmento 866e3c167e mpi/src/starpu_mpi.c: call starpu_set_profiling_id once MPI initialisation is done hace 12 años
  Nathalie Furmento e3981b4b06 mpi/src/starpu_mpi.c: MPI functions cannot be called before MPI has been initialised hace 12 años
  Marc Sergent ff8397c470 Adding trace management of MPI communication threads. hace 12 años
  Nathalie Furmento e390ca2a94 mpi/src/starpu_mpi.c: fix mechanism to send data with user-defined datatype. hace 12 años