1
1
This commit was SVN r16023.
Этот коммит содержится в:
Shiqing Fan 2007-08-30 15:13:08 +00:00
родитель efdcfa3807
Коммит b1250eba3a
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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);