1
1

This function doesn't have to be globally visible.

This commit was SVN r21494.
Этот коммит содержится в:
George Bosilca 2009-06-22 17:14:54 +00:00
родитель 246caafe06
Коммит 7f24b41051

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

@ -76,7 +76,7 @@ OMPI_DECLSPEC int ompi_op_base_find_available(bool enable_progress_threads,
* This function is invoked when a new MPI_Op is created and
* op components need to be selected for it.
*/
OMPI_DECLSPEC int ompi_op_base_op_select(struct ompi_op_t *op);
int ompi_op_base_op_select(struct ompi_op_t *op);
/**
* Finalize all op modules on a specific (intrinsic) MPI_Op.