Nathalie Furmento
|
64024045b8
mpi: remove functionnality starpu_mpi_irecv_probe_detached
|
12 years ago |
Nathalie Furmento
|
7f792e3082
Define new public API starpu_pthread which is similar to the pthread API.
|
12 years ago |
Nathalie Furmento
|
fecd363dd9
mpi/src: add explicit messages on assert failures
|
12 years ago |
Nathalie Furmento
|
482e69700b
mpi/src: minor fixes
|
12 years ago |
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 years ago |
Nathalie Furmento
|
23c7b24def
mpi/src: make sure psize is initialised with the proper value
|
12 years ago |
Nathalie Furmento
|
61f41b0783
mpi/src: test return value of MPI_Isend function and add debug message
|
12 years ago |
Nathalie Furmento
|
93b137d920
mpi/src: test return value of MPI function
|
12 years ago |
Nathalie Furmento
|
d2fa75cd19
mpi/src: update debug display system to use a level from which on we want to display debug messages
|
12 years ago |
Nathalie Furmento
|
4828cc67c5
mpi/src/starpu_mpi.c: test return values of MPI functions
|
12 years ago |
Nathalie Furmento
|
32cfa5ab67
mpi: New configure option --enable-mpi-progression-hook to enable the
|
12 years ago |
Nathalie Furmento
|
f7d7b4390f
mpi/src/starpu_mpi.c: just test value returned by MPI_Test is not zero
|
12 years ago |
Nathalie Furmento
|
319b4f9d77
mpi/src/starpu_mpi.c: harmonize debug messages
|
12 years ago |
Nathalie Furmento
|
730cb33465
mpi/src/starpu_mpi.c: set unset value for user_datatype and count
|
12 years ago |
Nathalie Furmento
|
bb60385e65
mpi/src/starpu_mpi.c: revert commit 8879 which simplified the mechanism to receive data size for user-defined datatype
|
12 years ago |
Samuel Thibault
|
751174d9c5
Factorize call to _starpu_mpi_irecv_data_func
|
12 years ago |
Samuel Thibault
|
7fede3d0fa
factorize call to _starpu_mpi_isend_data_func
|
12 years ago |
Nathalie Furmento
|
52c8d99baf
mpi/src/starpu_mpi.c: add mechanism to overlap the sending of the size with the packing of the data
|
12 years ago |
Nathalie Furmento
|
470d35a654
mpi: simplify mechanism to receive data size for user-defined datatype
|
12 years ago |
Nathalie Furmento
|
762e40a988
mpi: simplify mechanism to send data size for user-defined datatype
|
12 years ago |
Nathalie Furmento
|
52ac5fca66
mpi/src/starpu_mpi.c: revert commit 8620 which intended to fix mechanism to send data with user-defined datatype.
|
12 years ago |
Nathalie Furmento
|
5f9c48fb80
mpi/src/starpu_mpi.c: free allocated memory
|
12 years ago |
Nathalie Furmento
|
866e3c167e
mpi/src/starpu_mpi.c: call starpu_set_profiling_id once MPI initialisation is done
|
12 years ago |
Nathalie Furmento
|
e3981b4b06
mpi/src/starpu_mpi.c: MPI functions cannot be called before MPI has been initialised
|
12 years ago |
Marc Sergent
|
ff8397c470
Adding trace management of MPI communication threads.
|
12 years ago |
Nathalie Furmento
|
e390ca2a94
mpi/src/starpu_mpi.c: fix mechanism to send data with user-defined datatype.
|
12 years ago |
Nathalie Furmento
|
942ad714c3
mpi/src/starpu_mpi.c: mark probe request as being submitted and improve debug messages
|
13 years ago |
Nathalie Furmento
|
4b7f11209c
mpi: New functionality starpu_mpi_irecv_probe_detached which first tests if the message is available before calling MPI_Recv.
|
13 years ago |
Nathalie Furmento
|
3281be1c30
mpi/src/starpu_mpi.c: small fixes
|
13 years ago |
Nathalie Furmento
|
3152c56906
mpi/src/starpu_mpi.c: free allocated memory
|
13 years ago |