|
14 | 14 | * Copyright (c) 2012-2013 Los Alamos National Security, LLC. |
15 | 15 | * All rights reserved |
16 | 16 | * Copyright (c) 2013-2017 Intel, Inc. All rights reserved. |
17 | | - * Copyright (c) 2014 Research Organization for Information Science |
18 | | - * and Technology (RIST). All rights reserved. |
| 17 | + * Copyright (c) 2014-2018 Research Organization for Information Science |
| 18 | + * and Technology (RIST). All rights reserved. |
19 | 19 | * Copyright (c) 2017 IBM Corporation. All rights reserved. |
20 | 20 | * $COPYRIGHT$ |
21 | 21 | * |
@@ -496,14 +496,6 @@ int orte_register_params(void) |
496 | 496 | OPAL_INFO_LVL_9, MCA_BASE_VAR_SCOPE_READONLY, |
497 | 497 | &orte_timestamp_output); |
498 | 498 |
|
499 | | - /* redirect output into files */ |
500 | | - orte_output_filename = NULL; |
501 | | - (void) mca_base_var_register ("orte", "orte", NULL, "output_filename", |
502 | | - "Redirect output from application processes into filename.rank [default: NULL]", |
503 | | - MCA_BASE_VAR_TYPE_STRING, NULL, 0, 0, |
504 | | - OPAL_INFO_LVL_9, MCA_BASE_VAR_SCOPE_READONLY, |
505 | | - &orte_output_filename); |
506 | | - |
507 | 499 | orte_show_resolved_nodenames = false; |
508 | 500 | (void) mca_base_var_register ("orte", "orte", NULL, "show_resolved_nodenames", |
509 | 501 | "Display any node names that are resolved to a different name (default: false)", |
|
0 commit comments