12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef __STARPU_MPI_SELECT_NODE_H__
- #define __STARPU_MPI_SELECT_NODE_H__
- #include <mpi.h>
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- #define _STARPU_MPI_NODE_SELECTION_MAX_POLICY 24
- void _starpu_mpi_select_node_init();
- int _starpu_mpi_select_node(int me, int nb_nodes, struct starpu_data_descr *descr, int nb_data, int policy);
- #ifdef __cplusplus
- }
- #endif
- #endif
|