1
1

- ompi_mpi_abort() is referenced in osc_rdma_* and osc_pt2pt_*, should be exported.

This commit was SVN r19472.
Этот коммит содержится в:
Shiqing Fan 2008-09-01 17:37:32 +00:00
родитель 38eb301919
Коммит 7a1418f3d9

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

@ -116,7 +116,7 @@ int ompi_mpi_finalize(void);
/**
* Abort the processes of comm
*/
int ompi_mpi_abort(struct ompi_communicator_t* comm,
OMPI_DECLSPEC int ompi_mpi_abort(struct ompi_communicator_t* comm,
int errcode, bool kill_remote_of_intercomm);
/**