Minor changes -- make the name friendly to doxygen
This commit was SVN r203.
Этот коммит содержится в:
родитель
2bfdc3d7ca
Коммит
b73dd787ab
@ -11,14 +11,14 @@
|
|||||||
#include "lam/threads/mutex.h"
|
#include "lam/threads/mutex.h"
|
||||||
#include "mca/mpi/coll/coll.h"
|
#include "mca/mpi/coll/coll.h"
|
||||||
|
|
||||||
typedef struct lam_communicator {
|
struct lam_communicator_t {
|
||||||
char c_name[MPI_MAX_OBJECT_NAME];
|
char c_name[MPI_MAX_OBJECT_NAME];
|
||||||
uint32_t c_contextid;
|
uint32_t c_contextid;
|
||||||
int c_refcount;
|
int c_refcount;
|
||||||
int c_flags;
|
int c_flags;
|
||||||
|
|
||||||
lam_group_t c_local_group;
|
lam_group_t *c_local_group;
|
||||||
lam_group_t c_remote_group;
|
lam_group_t *c_remote_group;
|
||||||
|
|
||||||
/* Queues */
|
/* Queues */
|
||||||
|
|
||||||
@ -38,6 +38,7 @@ typedef struct lam_communicator {
|
|||||||
|
|
||||||
mca_coll_1_0_0_t c_coll;
|
mca_coll_1_0_0_t c_coll;
|
||||||
struct mca_coll_comm_t* c_coll_comm;
|
struct mca_coll_comm_t* c_coll_comm;
|
||||||
} lam_communicator_t;
|
};
|
||||||
|
typedef struct lam_communicator_t lam_communicator_t;
|
||||||
|
|
||||||
#endif /* LAM_COMMUNICATOR_H */
|
#endif /* LAM_COMMUNICATOR_H */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user