[openib-general] [PATCH 2/2] perftest: enhancement to rdma_bw to allow use of RDMA CM
Pradipta Kumar Banerjee
bpradip at in.ibm.com
Wed Jul 5 02:50:16 PDT 2006
This contains changes to the Makefile to properly build rdma_bw.
Includes the librdmacm library.
Signed-off-by: Pradipta Kumar Banerjee <bpradip at in.ibm.com>
---
Index: perftest/Makefile
=============================================================================
--- Makefile.org 2006-07-05 15:12:06.000000000 +0530
+++ Makefile 2006-07-05 15:12:17.000000000 +0530
@@ -10,7 +10,7 @@ EXTRA_HEADERS = get_clock.h
LOADLIBES +=
LDFLAGS +=
-${TESTS}: LOADLIBES += -libverbs
+${TESTS}: LOADLIBES += -libverbs -lrdmacm
${TESTS} ${UTILS}: %: %.c ${EXTRA_FILES} ${EXTRA_HEADERS}
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $< ${EXTRA_FILES} $(LOADLIBES) $(LDLIBS) -o ib_$@
More information about the general
mailing list