1
1
This commit was SVN r184.
Этот коммит содержится в:
Jeff Squyres 2004-01-09 22:08:49 +00:00
родитель 3448a54eee
Коммит 03fa5c843b

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

@ -15,6 +15,7 @@
typedef struct lam_communicator_t *MPI_Comm;
typedef struct lam_group_t *MPI_Group;
typedef struct lam_datatype_t *MPI_Datatype;
typedef struct lam_op_t *MPI_Op;
extern MPI_Comm MPI_COMM_NULL;
extern MPI_Comm MPI_COMM_WORLD;