Hi Folks,

Is anyone seeing a problem compiling ompi today?
This is what I'm getting

  CC       osc_pt2pt_passive_target.lo
In file included from ../../../../opal/include/opal_config.h:2802:0,
                 from ../../../../ompi/include/ompi_config.h:29,
                 from osc_pt2pt_active_target.c:24:
osc_pt2pt_active_target.c: In function 'ompi_osc_pt2pt_get_peers':
osc_pt2pt_active_target.c:84:35: error: 'ompi_osc_rdma_peer_t' undeclared
(first use in this function)
     peers = calloc (size, sizeof (ompi_osc_rdma_peer_t *));
                                   ^
../../../../opal/include/opal_config_bottom.h:323:61: note: in definition
of macro 'calloc'
 #    define calloc(nmembers, size) opal_calloc((nmembers), (size),
__FILE__, __LINE__)
                                                             ^
osc_pt2pt_active_target.c:84:35: note: each undeclared identifier is
reported only once for each function it appears in
     peers = calloc (size, sizeof (ompi_osc_rdma_peer_t *));
                                   ^
../../../../opal/include/opal_config_bottom.h:323:61: note: in definition
of macro 'calloc'
 #    define calloc(nmembers, size) opal_calloc((nmembers), (size),
__FILE__, __LINE__)
                                                             ^
osc_pt2pt_active_target.c:84:57: error: expected expression before ')' token
     peers = calloc (size, sizeof (ompi_osc_rdma_peer_t *));
                                                         ^
../../../../opal/include/opal_config_bottom.h:323:61: note: in definition
of macro 'calloc'
 #    define calloc(nmembers, size) opal_calloc((nmembers), (size),
__FILE__, __LINE__)
                                                             ^
Howard

Reply via email to