File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
# University of Stuttgart. All rights reserved.
10
10
# Copyright (c) 2004-2005 The Regents of the University of California.
11
11
# All rights reserved.
12
- # Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
12
+ # Copyright (c) 2009-2019 Cisco Systems, Inc. All rights reserved
13
13
# Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
14
14
# Copyright (c) 2017 IBM Corporation. All rights reserved.
15
15
# Copyright (c) 2018 Intel, inc. All rights reserved
25
25
AM_CPPFLAGS = $(opal_common_ofi_CPPFLAGS )
26
26
sources = \
27
27
btl_ofi.h \
28
- btl_ofi_component.c \
29
- btl_ofi_endpoint.h \
30
- btl_ofi_endpoint.c \
31
- btl_ofi_module.c \
32
- btl_ofi_rdma.h \
33
- btl_ofi_rdma.c \
34
- btl_ofi_atomics.c \
35
- btl_ofi_frag.c \
36
- btl_ofi_frag.h \
37
- btl_ofi_context.c
28
+ btl_ofi_component.c \
29
+ btl_ofi_endpoint.h \
30
+ btl_ofi_endpoint.c \
31
+ btl_ofi_module.c \
32
+ btl_ofi_rdma.h \
33
+ btl_ofi_rdma.c \
34
+ btl_ofi_atomics.c \
35
+ btl_ofi_frag.c \
36
+ btl_ofi_frag.h \
37
+ btl_ofi_context.c
38
38
39
39
# Make the output library in this directory, and name it either
40
40
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
You can’t perform that action at this time.
0 commit comments