Samuel Thibault
|
587a42efa7
Add support for priorities in StarPU-MPI
|
7 年之前 |
Nathalie Furmento
|
b601b645b2
fix code to follow coding conventions for braces
|
8 年之前 |
Samuel Thibault
|
2c9bbfd30f
Add functions to test for cached values
|
8 年之前 |
Nathalie Furmento
|
e52de7d5bc
mpi: clean code
|
8 年之前 |
Nathalie Furmento
|
f5016e8f02
merge trunk
|
8 年之前 |
Nathalie Furmento
|
3c3c1a5874
include/starpu_mpi.h: fix parameter name
|
8 年之前 |
Samuel Thibault
|
8bb9a66912
Fix data migration: we need to flush the cache too. Add starpu_mpi_data_migrate which does things properly
|
8 年之前 |
Olivier Aumage
|
6ff4416db6
- preliminary steps for native Fortran support to StarPU-MPI
|
8 年之前 |
Nathalie Furmento
|
3aa5ed22d3
mpi: New function starpu_mpi_wait_for_all(MPI_Comm comm) that allows to wait until all StarPU tasks and communications for the given communicator are completed.
|
9 年之前 |
Marc Sergent
|
dc906567c4
First implementation of the load balancer mechanism.
|
9 年之前 |
Nathalie Furmento
|
a26be674fb
mpi: Add the capability to define specific MPI datatypes for StarPU user-defined interfaces.
|
10 年之前 |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 年之前 |
Nathalie Furmento
|
db67c3db93
mpi: add possibility to specify a communicator when initializing MPI.
|
10 年之前 |
Nathalie Furmento
|
f6d0a56015
mpi: (manually) backport changes from 1.1 to support multiple MPI communicators
|
10 年之前 |
Nathalie Furmento
|
ba89cf40f6
mpi: new functions to register and unregister node selection policies
|
10 年之前 |
Nathalie Furmento
|
cad01b97cd
mpi: the node selection policy is stored as an integer instead of a char*
|
10 年之前 |
Nathalie Furmento
|
d3ba5ebc60
mpi: new function to enable and disable the communication cache at runtime
|
10 年之前 |
Nathalie Furmento
|
ebed5dd827
mpi: new function starpu_mpi_cache_is_enabled()
|
10 年之前 |
Samuel Thibault
|
4d5f8f17da
In simgrid mode, avoid calling MPI_Comm_size/rank outside the MPI thread
|
10 年之前 |
Nathalie Furmento
|
9f75764c35
backport branches/starpu-1.1@13971: mpi: fix signature for starpu_mpi_issend_detached
|
10 年之前 |
Nathalie Furmento
|
d519643baf
backport branches/starpu-1.1@13969: mpi: new function starpu_mpi_issend_detached
|
10 年之前 |
Nathalie Furmento
|
3abfac9166
backport branches/starpu-1.1@13961: mpi: new function starpu_mpi_issend
|
10 年之前 |
Nathalie Furmento
|
1b33209807
MPI: New flag STARPU_NODE_SELECTION_POLICY to specify a policy for
|
10 年之前 |
Nathalie Furmento
|
e4639b5f25
mpi/include/starpu_mpi.h: fix typesetting
|
10 年之前 |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
10 年之前 |
Samuel Thibault
|
1969d49310
Use MPI_Comm_rank instead of smpi_current_rank
|
11 年之前 |
Nathalie Furmento
|
052b036292
mpi: starpu_mpi_data_register() which sets the rank and tag of a data, and also allows to automatically clear the MPI communication cache when unregistering the data
|
11 年之前 |
Nathalie Furmento
|
2dbfb1ccc8
mpi: new functions starpu_mpi_task_build() and starpu_mpi_task_post_build()
|
11 年之前 |
Nathalie Furmento
|
e030f1a6df
starpu_mpi_insert_task had been renamed in starpu_mpi_task_insert and
|
11 年之前 |
Nathalie Furmento
|
98d9eb5c64
Functions starpu_insert_task and starpu_mpi_insert_task are renamed
|
11 年之前 |