|
| void | xmp_dbg_printf (char *fmt,...) |
| |
| _XMP_nodes_t * | _XMP_create_temporary_nodes (_XMP_nodes_t *n) |
| |
| _XMP_nodes_t * | _XMP_init_nodes_struct_GLOBAL (int dim, int *dim_size, int is_static) |
| |
| _XMP_nodes_t * | _XMP_init_nodes_struct_EXEC (int dim, int *dim_size, int is_static) |
| |
| _XMP_nodes_t * | _XMP_init_nodes_struct_NODES_NUMBER (int dim, int ref_lower, int ref_upper, int ref_stride, int *dim_size, int is_static) |
| |
| _XMP_nodes_t * | _XMP_init_nodes_struct_NODES_NAMED (int dim, _XMP_nodes_t *ref_nodes, int *shrink, int *ref_lower, int *ref_upper, int *ref_stride, int *dim_size, int is_static) |
| |
| void | _XMP_init_nodes_STATIC_GLOBAL (_XMP_nodes_t **nodes, int dim,...) |
| |
| void | _XMP_init_nodes_DYNAMIC_GLOBAL (_XMP_nodes_t **nodes, int dim,...) |
| |
| void | _XMP_init_nodes_STATIC_EXEC (_XMP_nodes_t **nodes, int dim,...) |
| |
| void | _XMP_init_nodes_DYNAMIC_EXEC (_XMP_nodes_t **nodes, int dim,...) |
| |
| void | _XMP_init_nodes_STATIC_NODES_NUMBER (_XMP_nodes_t **nodes, int dim, int ref_lower, int ref_upper, int ref_stride,...) |
| |
| void | _XMP_init_nodes_DYNAMIC_NODES_NUMBER (_XMP_nodes_t **nodes, int dim, int ref_lower, int ref_upper, int ref_stride,...) |
| |
| void | _XMP_init_nodes_STATIC_NODES_NAMED (_XMP_nodes_t **nodes, int dim, _XMP_nodes_t *ref_nodes,...) |
| |
| void | _XMP_init_nodes_DYNAMIC_NODES_NAMED (_XMP_nodes_t **nodes, int dim, _XMP_nodes_t *ref_nodes,...) |
| |
| void | _XMP_finalize_nodes (_XMP_nodes_t *nodes) |
| |
| int | _XMP_exec_task_GLOBAL_PART (_XMP_task_desc_t **task_desc, int ref_lower, int ref_upper, int ref_stride) |
| |
| int | _XMP_exec_task_NODES_ENTIRE (_XMP_task_desc_t **task_desc, _XMP_nodes_t *ref_nodes) |
| |
| int | _XMP_exec_task_NODES_ENTIRE_nocomm (_XMP_nodes_t *ref_nodes) |
| |
| void | _XMP_exec_task_NODES_FINALIZE (_XMP_task_desc_t *task_desc) |
| |
| int | _XMP_exec_task_NODES_PART (_XMP_task_desc_t **task_desc, _XMP_nodes_t *ref_nodes,...) |
| |
| int | _XMP_exec_task_NODES_PART_nocomm (_XMP_nodes_t *ref_nodes,...) |
| |
| _XMP_nodes_t * | _XMP_create_nodes_by_comm (int is_member, _XMP_comm_t *comm) |
| |
| void | _XMP_calc_rank_array (_XMP_nodes_t *n, int *rank_array, int linear_rank) |
| |
| int | _XMP_calc_linear_rank (_XMP_nodes_t *n, int *rank_array) |
| |
| int | _XMP_calc_linear_rank_on_target_nodes (_XMP_nodes_t *n, int *rank_array, _XMP_nodes_t *target_nodes) |
| |
| _Bool | _XMP_calc_coord_on_target_nodes2 (_XMP_nodes_t *n, int *ncoord, _XMP_nodes_t *target_n, int *target_ncoord) |
| |
| _Bool | _XMP_calc_coord_on_target_nodes (_XMP_nodes_t *n, int *ncoord, _XMP_nodes_t *target_n, int *target_ncoord) |
| |
| _XMP_nodes_ref_t * | _XMP_init_nodes_ref (_XMP_nodes_t *n, int *rank_array) |
| |
| void | _XMP_finalize_nodes_ref (_XMP_nodes_ref_t *nodes_ref) |
| |
| _XMP_nodes_ref_t * | _XMP_create_nodes_ref_for_target_nodes (_XMP_nodes_t *n, int *rank_array, _XMP_nodes_t *target_nodes) |
| |
| void | _XMP_translate_nodes_rank_array_to_ranks (_XMP_nodes_t *nodes, int *ranks, int *rank_array, int shrink_nodes_size) |
| |
| int | _XMP_get_next_rank (_XMP_nodes_t *nodes, int *rank_array) |
| |
| int | _XMP_calc_nodes_index_from_inherit_nodes_index (_XMP_nodes_t *nodes, int inherit_nodes_index) |
| |