|
16 | 16 | * Copyright (c) 2013-2016 Intel, Inc. All rights reserved |
17 | 17 | * Copyright (c) 2014 Research Organization for Information Science |
18 | 18 | * and Technology (RIST). All rights reserved. |
19 | | - * Copyright (c) 2016 IBM Corporation. All rights reserved. |
20 | 19 | * $COPYRIGHT$ |
21 | 20 | * |
22 | 21 | * Additional copyrights may follow |
@@ -422,14 +421,6 @@ int orte_register_params(void) |
422 | 421 | OPAL_INFO_LVL_9, MCA_BASE_VAR_SCOPE_READONLY, |
423 | 422 | &orte_keep_fqdn_hostnames); |
424 | 423 |
|
425 | | - /* whether or not to match short hostnames to FQDN hostnames */ |
426 | | - orte_use_mixed_hostnames = false; |
427 | | - (void) mca_base_var_register ("orte", "orte", NULL, "use_mixed_hostnames", |
428 | | - "Whether or not to use mixed hostnames (short == FQDN) [default: no]", |
429 | | - MCA_BASE_VAR_TYPE_BOOL, NULL, 0, 0, |
430 | | - OPAL_INFO_LVL_9, MCA_BASE_VAR_SCOPE_READONLY, |
431 | | - &orte_use_mixed_hostnames); |
432 | | - |
433 | 424 | /* whether or not to retain aliases of hostnames */ |
434 | 425 | orte_retain_aliases = false; |
435 | 426 | (void) mca_base_var_register ("orte", "orte", NULL, "retain_aliases", |
|
0 commit comments