1
1
This commit was SVN r101.
Этот коммит содержится в:
Jeff Squyres 2004-01-07 21:45:50 +00:00
родитель 91099b3259
Коммит 360914e620

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

@ -10,9 +10,9 @@
#define LAM_MPI 1
typedef struct _lam_communicator *MPI_Comm;
typedef struct _lam_group *MPI_Group;
typedef struct _lam_datatype *MPI_Datatype;
typedef struct lam_communicator *MPI_Comm;
typedef struct lam_group *MPI_Group;
typedef struct lam_datatype *MPI_Datatype;
extern MPI_Comm MPI_COMM_NULL;
extern MPI_Comm MPI_COMM_WORLD;