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