the ompi_group_get_proc_ptr has to be OMPI_DECLSPECed, since else it won't
work if - visibility is enabled (now enabled by default) - sparse groups by default. Thanks for Mohamad locating the problem, and Rainer for locating the solution. This commit was SVN r17809.
Этот коммит содержится в:
родитель
90c70e37b9
Коммит
c11957fbb4
@ -230,7 +230,7 @@ int ompi_group_free (ompi_group_t **group);
|
||||
/**
|
||||
* Functions to handle process pointers for sparse group formats
|
||||
*/
|
||||
ompi_proc_t* ompi_group_get_proc_ptr (ompi_group_t* group , int rank);
|
||||
OMPI_DECLSPEC ompi_proc_t* ompi_group_get_proc_ptr (ompi_group_t* group , int rank);
|
||||
|
||||
int ompi_group_translate_ranks_sporadic ( ompi_group_t *group1,
|
||||
int n_ranks, int *ranks1,
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user