Skip to content

Commit 22d9937

Browse files
authored
Merge pull request #9835 from bwbarrett/bugfix/rdma-osc-accelerated-path
OSC RDMA initialization cleanups
2 parents bffc86e + e0a5b8d commit 22d9937

File tree

2 files changed

+128
-167
lines changed

2 files changed

+128
-167
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)