Hah, opps. Typo in the coverity fixes. Fixing now.

-Nathan

On Tue, Sep 22, 2015 at 10:24:29AM -0600, Howard Pritchard wrote:
>    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

> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2015/09/18098.php

Attachment: pgpCZh_9o9Rfz.pgp
Description: PGP signature

Reply via email to