Skip to content

Commit 6b85ef5

Browse files
authored
Merge pull request #2359 from rhc54/cmrv2.x/debugger
Remove the stale protection around the debugger option for orterun - …
2 parents ce333f1 + 6b2a657 commit 6b85ef5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

orte/tools/orterun/orterun.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Copyright (c) 2007-2009 Sun Microsystems, Inc. All rights reserved.
1515
* Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
1616
* reserved.
17-
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
17+
* Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
1818
* Copyright (c) 2015 Research Organization for Information Science
1919
* and Technology (RIST). All rights reserved.
2020
* Copyright (c) 2016 IBM Corporation. All rights reserved.
@@ -1181,16 +1181,7 @@ static int parse_globals(int argc, char* argv[], opal_cmd_line_t *cmd_line)
11811181
/* Do we want a user-level debugger? */
11821182

11831183
if (orterun_globals.debugger) {
1184-
#if 0
1185-
/* see https://github.com/open-mpi/ompi/issues/1225
1186-
* Once things are fixed, the orte_show_help/exit can be removed
1187-
* and this code re-enabled.
1188-
*/
11891184
run_debugger(orte_basename, cmd_line, argc, argv, orterun_globals.num_procs);
1190-
#else
1191-
orte_show_help("help-orterun.txt", "no_debugger_launch_support", false);
1192-
exit(-1);
1193-
#endif
11941185
}
11951186

11961187
/* if recovery was disabled on the cmd line, do so */

0 commit comments

Comments
 (0)