|
12 | 12 | * Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved. |
13 | 13 | * Copyright (c) 2013 Cisco Systems, Inc. All rights reserved. |
14 | 14 | * Copyright (c) 2015-2017 Intel, Inc. All rights reserved. |
15 | | - * Copyright (c) 2015-2017 Research Organization for Information Science |
| 15 | + * Copyright (c) 2015-2018 Research Organization for Information Science |
16 | 16 | * and Technology (RIST). All rights reserved. |
17 | 17 | * Copyright (c) 2017 IBM Corporation. All rights reserved. |
18 | 18 | * Copyright (c) 2017 Mellanox Technologies. All rights reserved. |
@@ -72,15 +72,6 @@ static int orte_iof_base_register(mca_base_register_flag_t flags) |
72 | 72 | MCA_BASE_VAR_SCOPE_READONLY, |
73 | 73 | &orte_iof_base.output_limit); |
74 | 74 |
|
75 | | - /* check for files to be sent to stdin of procs */ |
76 | | - orte_iof_base.input_files = NULL; |
77 | | - (void) mca_base_var_register("orte", "iof","base", "input_files", |
78 | | - "Comma-separated list of input files to be read and sent to stdin of procs (default: NULL)", |
79 | | - MCA_BASE_VAR_TYPE_STRING, NULL, 0, 0, |
80 | | - OPAL_INFO_LVL_9, |
81 | | - MCA_BASE_VAR_SCOPE_READONLY, |
82 | | - &orte_iof_base.input_files); |
83 | | - |
84 | 75 | /* Redirect application stderr to stdout (at source) */ |
85 | 76 | orte_iof_base.redirect_app_stderr_to_stdout = false; |
86 | 77 | (void) mca_base_var_register("orte", "iof","base", "redirect_app_stderr_to_stdout", |
|
0 commit comments