Change the top typenames
This commit was SVN r101.
Этот коммит содержится в:
родитель
91099b3259
Коммит
360914e620
@ -10,9 +10,9 @@
|
|||||||
|
|
||||||
#define LAM_MPI 1
|
#define LAM_MPI 1
|
||||||
|
|
||||||
typedef struct _lam_communicator *MPI_Comm;
|
typedef struct lam_communicator *MPI_Comm;
|
||||||
typedef struct _lam_group *MPI_Group;
|
typedef struct lam_group *MPI_Group;
|
||||||
typedef struct _lam_datatype *MPI_Datatype;
|
typedef struct lam_datatype *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;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user