- Some more to be exported.
This commit was SVN r16023.
Этот коммит содержится в:
родитель
efdcfa3807
Коммит
b1250eba3a
@ -264,7 +264,7 @@ struct ompi_communicator_t {
|
|||||||
/**
|
/**
|
||||||
* extract the local group from a communicator
|
* extract the local group from a communicator
|
||||||
*/
|
*/
|
||||||
int ompi_comm_group (ompi_communicator_t *comm, ompi_group_t **group);
|
OMPI_DECLSPEC int ompi_comm_group (ompi_communicator_t *comm, ompi_group_t **group);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* create a communicator based on a group
|
* create a communicator based on a group
|
||||||
@ -294,7 +294,7 @@ struct ompi_communicator_t {
|
|||||||
*
|
*
|
||||||
* @
|
* @
|
||||||
*/
|
*/
|
||||||
int ompi_comm_split (ompi_communicator_t *comm, int color, int key,
|
OMPI_DECLSPEC int ompi_comm_split (ompi_communicator_t *comm, int color, int key,
|
||||||
ompi_communicator_t** newcomm, bool pass_on_topo);
|
ompi_communicator_t** newcomm, bool pass_on_topo);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -215,7 +215,7 @@ void ompi_set_group_rank(ompi_group_t *group, struct ompi_proc_t *proc_pointer);
|
|||||||
/**
|
/**
|
||||||
* Abstracting MPI_Group_translate_ranks to an ompi function for internal use
|
* Abstracting MPI_Group_translate_ranks to an ompi function for internal use
|
||||||
*/
|
*/
|
||||||
int ompi_group_translate_ranks ( ompi_group_t *group1,
|
OMPI_DECLSPEC int ompi_group_translate_ranks ( ompi_group_t *group1,
|
||||||
int n_ranks, int *ranks1,
|
int n_ranks, int *ranks1,
|
||||||
ompi_group_t *group2,
|
ompi_group_t *group2,
|
||||||
int *ranks2);
|
int *ranks2);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user