Nathalie Furmento
|
0cbe489754
Function renaming:
|
13 years ago |
Nathalie Furmento
|
7d34fe53b5
fixes following GCC (annoying) warnings
|
13 years ago |
Nathalie Furmento
|
25a724b1fe
mpi/{tests,examples}: define access modes for data handle in struct starpu_codelet
|
13 years ago |
Nathalie Furmento
|
7c57ef1529
mpi: use .xxx_funcs instead of .xxx_func fields for struct starpu_codelet
|
13 years ago |
Nathalie Furmento
|
92faaeadee
mpi/examples: update coding style
|
13 years ago |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
13 years ago |
Nathalie Furmento
|
6d03488628
MPI: The tag used in mpi communications is set by the data handle and no longer internally by the starpumpi library
|
14 years ago |
Nathalie Furmento
|
dae745d5da
starpu-mpi: simplification of branches
|
14 years ago |
Nathalie Furmento
|
556b0333e3
StarPU-MPI: New functions starpu_mpi_scatter_detached() and starpu_mpi_gather_detached()
|
14 years ago |
Nathalie Furmento
|
edb584d05e
mpi/examples/scatter_gather/mpi_scatter_gather.c: remove useless synchronisation
|
14 years ago |
Nathalie Furmento
|
1076fd4515
mpi/examples/scatter_gather/mpi_scatter_gather.c: fix scatter and gather functionalities
|
14 years ago |
Nathalie Furmento
|
b0489f8abe
mpi/examples/scatter_gather/mpi_scatter_gather.c: typo. replace hard-coded value by function argument
|
14 years ago |
Nathalie Furmento
|
cc08d627c4
mpi/examples/scatter_gather/mpi_scatter_gather.c: create new functions starpu_mpi_scatter and starpu_mpi_gather
|
14 years ago |
Nathalie Furmento
|
0e6b8d0b53
mpi/examples/scatter_gather/mpi_scatter_gather.c: store data handles in a 1D array (instead of a 2D)
|
14 years ago |
Nathalie Furmento
|
76875c3d0f
mpi/examples/scatter_gather/mpi_scatter_gather.c: use starpu_data_get_rank to find out about data rank instead of the data distribution
|
14 years ago |
Nathalie Furmento
|
95c37efb97
mpi/examples/scatter_gather/mpi_scatter_gather.c: use detached communications functionalities instead of blocking versions
|
14 years ago |
Nathalie Furmento
|
3302edb71a
MPI: Example of scatter gather
|
14 years ago |