Building optimized on an IB-based machine:
osc_rdma_data_move.c: In function 'ompi_osc_rdma_callback':
osc_rdma_data_move.c:1633: warning: unused variable 'incoming_length'
osc_rdma_data_move.c: In function 'ompi_osc_rdma_control_send':
osc_rdma_data_move.c:221: warning: 'ptr' may be used uninitia
Rolf,
the assert fails because the endpoint reference count is greater than one.
the root cause is the endpoint has been added to the list of
eager_rdma_buffers of the openib btl device (and hence OBJ_RETAIN'ed at
ompi/mca/btl/openib/btl_openib_endpoint.c:1009)
a simple workaround is not to use e
WHAT: remove stale and unmaintained component in ompi/rte framework
WHY: because it is unused, unmaintained, and doesn't even compile?
WHEN: without objections, after telecon on June 9
HOW: svn del ompi/rte/pmi
This was a component added by Brian as a test of the ompi/rte framework while