Skip to content

Commit 9392bb5

Browse files
committed
mtl/ofi: Implement Probe/Mprobe/Mrecv using FI_PEEK/FI_CLAIM.
1 parent 790edd4 commit 9392bb5

File tree

7 files changed

+181
-248
lines changed

7 files changed

+181
-248
lines changed

ompi/mca/mtl/ofi/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2013-2014 Intel, Inc. All rights reserved
2+
# Copyright (c) 2013-2015 Intel, Inc. All rights reserved
33
#
44
# Copyright (c) 2014-2015 Cisco Systems, Inc. All rights reserved.
55
# $COPYRIGHT$
@@ -21,8 +21,6 @@ mtl_ofi_sources = \
2121
mtl_ofi_component.c \
2222
mtl_ofi_endpoint.h \
2323
mtl_ofi_endpoint.c \
24-
mtl_ofi_message.h \
25-
mtl_ofi_message.c \
2624
mtl_ofi_request.h \
2725
mtl_ofi_types.h
2826

0 commit comments

Comments
 (0)