1
1

- export required symbols used by OSC

This commit was SVN r15476.
Этот коммит содержится в:
Sven Stork 2007-07-18 11:51:52 +00:00
родитель 3bc940ac27
Коммит 2ab401dc3c
2 изменённых файлов: 3 добавлений и 3 удалений

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

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