-
Notifications
You must be signed in to change notification settings - Fork 934
Closed
Description
It looks like some recent commits have caused minor breakage in --enable-peruse builds.
@hjelmn Can you have a look? Probably pretty easy to fix.
Making all in mca/pml/ob1
make[2]: Entering directory `/home/jsquyres/git/o2/ompi/mca/pml/ob1'
CC pml_ob1_recvreq.lo
In file included from ../../../../ompi/mca/pml/base/pml_base_sendreq.h:29:0,
from pml_ob1.h:36,
from pml_ob1_recvreq.h:31,
from pml_ob1_recvreq.c:35:
pml_ob1_recvreq.c: In function 'mca_pml_ob1_recv_request_put_frag':
pml_ob1_recvreq.c:426:66: error: 'size' undeclared (first use in this function)
&(recvreq->req_recv.req_base), size,
^
../../../../ompi/peruse/peruse-internal.h:98:36: note: in definition of macro 'PERUSE_TRACE_COMM_OMPI_EVENT'
_comm_spec.count = size; \
^
pml_ob1_recvreq.c:426:66: note: each undeclared identifier is reported only once for each function it appears in
&(recvreq->req_recv.req_base), size,
^
../../../../ompi/peruse/peruse-internal.h:98:36: note: in definition of macro 'PERUSE_TRACE_COMM_OMPI_EVENT'
_comm_spec.count = size; \
^
make[2]: *** [pml_ob1_recvreq.lo] Error 1