Samuel Thibault
|
a41c4b9ce3
Fix some llvm warnings, nothing serious
|
10 years ago |
Nathalie Furmento
|
498671e208
mpi/src/starpu_mpi.c: free allocated memory
|
10 years ago |
Nathalie Furmento
|
3dfb1782e4
mpi/src/starpu_mpi.c: fix variable name
|
10 years ago |
Nathalie Furmento
|
4b7e9ef312
mpi/src/starpu_mpi.c: free envelope once sent
|
10 years ago |
Nathalie Furmento
|
aa4a053d96
mpi/src/starpu_mpi.c: make sure all memory is initialised to 0
|
10 years ago |
Nathalie Furmento
|
3345c92b36
mpi: rewrite code to allow several MPI communicators within a same application
|
10 years ago |
Samuel Thibault
|
a0c8e81b50
fix simgrid MPI build
|
10 years ago |
Nathalie Furmento
|
db67c3db93
mpi: add possibility to specify a communicator when initializing MPI.
|
10 years ago |
Nathalie Furmento
|
f6d0a56015
mpi: (manually) backport changes from 1.1 to support multiple MPI communicators
|
10 years ago |
Nathalie Furmento
|
38d200b8c8
mpi: when STARPU_MPI_COMM is enabled, also print the user tag for the data
|
10 years ago |
Samuel Thibault
|
d96bb5e844
Use raw reception for early data with user-provided pack/unpack
|
10 years ago |
Nathalie Furmento
|
8f0cb687ef
mpi/src/starpu_mpi.c: use STARPU_MPI_ASSERT_MSG instead of STARPU_ASSERT_MSG
|
10 years ago |
Nathalie Furmento
|
e32cc34e22
mpi/src: use _starpu_mpi_get_mpi_code() to have a text version of the return code of a MPI request
|
10 years ago |
Nathalie Furmento
|
bf0576198d
mpi/src: implement properly synchronous send
|
10 years ago |
Nathalie Furmento
|
702148dea4
mpi: fix error message for simgrid-enabled code
|
10 years ago |
Nathalie Furmento
|
2993546e16
mpi/src: clean internal_req objects
|
10 years ago |
Nathalie Furmento
|
b6ee823c55
mpi/src: remove useless mpi/src/starpu_mpi_task_insert.h
|
10 years ago |
Nathalie Furmento
|
ba89cf40f6
mpi: new functions to register and unregister node selection policies
|
10 years ago |
Samuel Thibault
|
4d5f8f17da
In simgrid mode, avoid calling MPI_Comm_size/rank outside the MPI thread
|
10 years ago |
Samuel Thibault
|
7fee12bf1c
fix returned value
|
10 years ago |
Samuel Thibault
|
0e00bb4ccf
Make simgrid mode run the MPI thread in the smpi-provided thread, and the application main in the MAIN MSG process
|
10 years ago |
Nathalie Furmento
|
53f497f377
mpi: rename mpi_tag into data_tag
|
11 years ago |
Nathalie Furmento
|
ff17fdfbf5
mpi/src/starpu_mpi.c: rename some internal variables
|
11 years ago |
Nathalie Furmento
|
909e2961f2
backport branches/starpu-1.1@13975: mpi/tests/insert_task_count.c: test STARPU_SSYNC
|
11 years ago |
Nathalie Furmento
|
9f75764c35
backport branches/starpu-1.1@13971: mpi: fix signature for starpu_mpi_issend_detached
|
11 years ago |
Nathalie Furmento
|
d519643baf
backport branches/starpu-1.1@13969: mpi: new function starpu_mpi_issend_detached
|
11 years ago |
Nathalie Furmento
|
3abfac9166
backport branches/starpu-1.1@13961: mpi: new function starpu_mpi_issend
|
11 years ago |
Nathalie Furmento
|
ce2b2cf6e0
mpi/src/starpu_mpi.c: revert #13968, it is breaking some applications, need to find out WHY
|
11 years ago |
Nathalie Furmento
|
ab405805af
backport branches/starpu-1.1@13968: mpi/src/starpu_mpi.c: fix starpu_mpi_data_register to check a data has a valid home node only on the node it belongs to
|
11 years ago |
Nathalie Furmento
|
8fcee9f715
mpi: also add fxt traces for blocking send and recv, so far only detached comms were traced
|
11 years ago |