We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bffc86e + e0a5b8d commit 22d9937Copy full SHA for 22d9937
ompi/mca/osc/rdma/osc_rdma.h
@@ -16,6 +16,8 @@
16
* Copyright (c) 2019 Triad National Security, LLC. All rights
17
* reserved.
18
* Copyright (c) 2020-2021 Google, LLC. All rights reserved.
19
+ * Copyright (c) 2022 Amazon.com, Inc. or its affiliates.
20
+ * All Rights reserved.
21
* $COPYRIGHT$
22
*
23
* Additional copyrights may follow
@@ -108,9 +110,6 @@ struct ompi_osc_rdma_component_t {
108
110
/** Priority of the osc/rdma component */
109
111
unsigned int priority;
112
- /** Priority of the osc/rdma component when using non-RDMA BTLs */
- unsigned int alternate_priority;
113
-
114
/** directory where to place backing files */
115
char *backing_directory;
116
0 commit comments