StarPU Handbook - StarPU Introduction
|
#include <starpu.h>
Go to the source code of this file.
Data Structures | |
struct | starpu_mpi_lb_conf |
Functions | |
void | starpu_mpi_lb_init (const char *lb_policy_name, struct starpu_mpi_lb_conf *) |
void | starpu_mpi_lb_shutdown (void) |
struct starpu_mpi_lb_conf |
todo
Data Fields | ||
---|---|---|
void(*)(int **neighbor_ids, int *nneighbors) | get_neighbors | |
void(*)(starpu_data_handle_t **handle_unit, int *nhandles, int dst_node) | get_data_unit_to_migrate |
void starpu_mpi_lb_init | ( | const char * | lb_policy_name, |
struct starpu_mpi_lb_conf * | ) |
Initialize the load balancer's environment with the load policy provided by the user