1
1
This commit was SVN r2786.
Этот коммит содержится в:
Jeff Squyres
2004-09-21 00:25:08 +00:00
родитель 17011989b4
Коммит 8724f59dbb
2 изменённых файлов: 5 добавлений и 3 удалений

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

@ -296,7 +296,7 @@ enum {
*/
#define MPI_GROUP_NULL (&ompi_mpi_group_null)
#define MPI_COMM_NULL (&ompi_mpi_comm_null)
#define MPI_REQUEST_NULL ((MPI_Request) 0)
#define MPI_REQUEST_NULL (&ompi_mpi_request_null)
#define MPI_OP_NULL (&ompi_mpi_op_null)
#define MPI_ERRHANDLER_NULL (&ompi_mpi_errhandler_null)
#define MPI_INFO_NULL (&ompi_mpi_info_null)
@ -391,6 +391,8 @@ extern struct ompi_communicator_t ompi_mpi_comm_null;
extern struct ompi_group_t ompi_mpi_group_empty;
extern struct ompi_group_t ompi_mpi_group_null;
extern struct ompi_request_t ompi_mpi_request_null;
extern struct ompi_op_t ompi_mpi_op_null;
extern struct ompi_op_t ompi_mpi_op_max, ompi_mpi_op_min;
extern struct ompi_op_t ompi_mpi_op_sum, ompi_mpi_op_prod;