Skip to content

Commit 012fa99

Browse files
authored
Merge pull request #9961 from awlauria/osc_rdma_cleanups_v5.0.x
v5.0.x: OSC rdma patches
2 parents 74b3446 + a63fdb7 commit 012fa99

File tree

5 files changed

+814
-499
lines changed

5 files changed

+814
-499
lines changed

ompi/mca/osc/rdma/osc_rdma.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* Copyright (c) 2019 Triad National Security, LLC. All rights
1717
* reserved.
1818
* Copyright (c) 2020-2021 Google, LLC. All rights reserved.
19+
* Copyright (c) 2022 Amazon.com, Inc. or its affiliates.
20+
* All Rights reserved.
1921
* $COPYRIGHT$
2022
*
2123
* Additional copyrights may follow
@@ -108,9 +110,6 @@ struct ompi_osc_rdma_component_t {
108110
/** Priority of the osc/rdma component */
109111
unsigned int priority;
110112

111-
/** Priority of the osc/rdma component when using non-RDMA BTLs */
112-
unsigned int alternate_priority;
113-
114113
/** directory where to place backing files */
115114
char *backing_directory;
116115

0 commit comments

Comments
 (0)