|
12 | 12 | * All rights reserved.
|
13 | 13 | * Copyright (c) 2012-2017 Los Alamos National Security, LLC. All rights
|
14 | 14 | * reserved.
|
15 |
| - * Copyright (c) 2012-2015 Cisco Systems, Inc. All rights reserved. |
| 15 | + * Copyright (c) 2012-2022 Cisco Systems, Inc. All rights reserved |
16 | 16 | * Copyright (c) 2015-2017 Research Organization for Information Science
|
17 | 17 | * and Technology (RIST). All rights reserved.
|
18 | 18 | * Copyright (c) 2016-2017 Intel, Inc. All rights reserved.
|
@@ -217,7 +217,7 @@ int opal_cmd_line_make_opt3(opal_cmd_line_t *cmd, char short_name, const char *s
|
217 | 217 |
|
218 | 218 | e.ocl_description = desc;
|
219 | 219 |
|
220 |
| - e.ocl_otype = OPAL_CMD_LINE_OTYPE_NULL; |
| 220 | + e.ocl_otype = OPAL_CMD_LINE_OTYPE_GENERAL; |
221 | 221 |
|
222 | 222 | return make_opt(cmd, &e);
|
223 | 223 | }
|
@@ -690,17 +690,6 @@ char *opal_cmd_line_get_usage_msg(opal_cmd_line_t *cmd)
|
690 | 690 | }
|
691 | 691 | }
|
692 | 692 | }
|
693 |
| - if (otype == OPAL_CMD_LINE_OTYPE_NULL || otype == OPAL_CMD_LINE_OTYPE_GENERAL) { |
694 |
| - char *argument_line |
695 |
| - = "\nFor additional mpirun arguments, run 'mpirun --help <category>'\n\nThe following " |
696 |
| - "categories exist: general (Defaults to this option), debug,\n output, input, " |
697 |
| - "mapping, ranking, binding, devel (arguments useful to OMPI\n Developers), " |
698 |
| - "compatibility (arguments supported for backwards compatibility),\n launch " |
699 |
| - "(arguments to modify launch options), and dvm (Distributed Virtual\n Machine " |
700 |
| - "arguments)."; |
701 |
| - |
702 |
| - opal_argv_append(&argc, &argv, argument_line); |
703 |
| - } |
704 | 693 | if (NULL != argv) {
|
705 | 694 | ret = opal_argv_join(argv, '\n');
|
706 | 695 | opal_argv_free(argv);
|
|
0 commit comments