|
17 | 17 | * Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
|
18 | 18 | * Copyright (c) 2018-2024 Triad National Security, LLC. All rights
|
19 | 19 | * reserved.
|
20 |
| - * Copyright (c) 2019-2021 Google, LLC. All rights reserved. |
| 20 | + * Copyright (c) 2019-2024 Google, LLC. All rights reserved. |
21 | 21 | * Copyright (c) 2019 Intel, Inc. All rights reserved.
|
22 | 22 | * Copyright (c) 2022 IBM Corporation. All rights reserved.
|
23 | 23 | * $COPYRIGHT$
|
@@ -48,13 +48,13 @@ static int mca_btl_uct_component_register(void)
|
48 | 48 | {
|
49 | 49 | mca_btl_uct_module_t *module = &mca_btl_uct_module_template;
|
50 | 50 |
|
51 |
| - mca_btl_uct_component.memory_domains = "mlx5_0,mlx4_0"; |
| 51 | + mca_btl_uct_component.memory_domains = "mlx5_0,mlx4_0,rocep0s4"; |
52 | 52 | (void) mca_base_component_var_register(
|
53 | 53 | &mca_btl_uct_component.super.btl_version, "memory_domains",
|
54 | 54 | "Comma-delimited list of memory domains of the form "
|
55 | 55 | "to use for communication. Memory domains MUST provide transports that "
|
56 | 56 | "support put, get, and amos. Special values: all (all available), none."
|
57 |
| - " (default: mlx5_0,mlx4_0)", |
| 57 | + " (default: mlx5_0,mlx4_0,rocep0s4)", |
58 | 58 | MCA_BASE_VAR_TYPE_STRING, NULL, 0, MCA_BASE_VAR_FLAG_SETTABLE, OPAL_INFO_LVL_3,
|
59 | 59 | MCA_BASE_VAR_SCOPE_LOCAL, &mca_btl_uct_component.memory_domains);
|
60 | 60 |
|
|
0 commit comments