- export required symbols used by OSC
This commit was SVN r15476.
Этот коммит содержится в:
родитель
3bc940ac27
Коммит
2ab401dc3c
@ -324,14 +324,14 @@ struct ompi_communicator_t {
|
|||||||
* 1 if the do not (optimization to c_local_comm creation)
|
* 1 if the do not (optimization to c_local_comm creation)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
int ompi_comm_dup (ompi_communicator_t *comm, ompi_communicator_t **newcomm,
|
OMPI_DECLSPEC int ompi_comm_dup (ompi_communicator_t *comm, ompi_communicator_t **newcomm,
|
||||||
int sync_flag);
|
int sync_flag);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* free a communicator
|
* free a communicator
|
||||||
*/
|
*/
|
||||||
int ompi_comm_free (ompi_communicator_t **comm);
|
OMPI_DECLSPEC int ompi_comm_free (ompi_communicator_t **comm);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* allocate a new communicator structure
|
* allocate a new communicator structure
|
||||||
|
@ -193,7 +193,7 @@ extern "C" {
|
|||||||
* character. If the 'key' is not found on 'info', 'valuelen' is left
|
* character. If the 'key' is not found on 'info', 'valuelen' is left
|
||||||
* alone.
|
* alone.
|
||||||
*/
|
*/
|
||||||
int ompi_info_get_valuelen (ompi_info_t *info, char *key, int *valuelen,
|
OMPI_DECLSPEC int ompi_info_get_valuelen (ompi_info_t *info, char *key, int *valuelen,
|
||||||
int *flag);
|
int *flag);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user