1
1
- removed p2p specifics from mpi datatypes

This commit was SVN r182.
Этот коммит содержится в:
Tim Woodall 2004-01-09 19:21:43 +00:00
родитель dfbdcd8c2e
Коммит 24396e54a4

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

@ -12,9 +12,9 @@
#define LAM_MPI 1 #define LAM_MPI 1
typedef struct lam_communicator *MPI_Comm; typedef struct lam_communicator_t *MPI_Comm;
typedef struct lam_group *MPI_Group; typedef struct lam_group_t *MPI_Group;
typedef struct lam_datatype *MPI_Datatype; typedef struct lam_datatype_t *MPI_Datatype;
extern MPI_Comm MPI_COMM_NULL; extern MPI_Comm MPI_COMM_NULL;
extern MPI_Comm MPI_COMM_WORLD; extern MPI_Comm MPI_COMM_WORLD;