1
1

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.
Этот коммит содержится в:
Edgar Gabriel 2008-03-11 18:53:18 +00:00
родитель 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,