Skip to content

Commit 51c3980

Browse files
authored
Merge pull request #2360 from rhc54/cmrv2.0.x/debugger
Reenable debugger usage by removing stale "#if" statements - debugger…
2 parents 96709ee + 8425357 commit 51c3980

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$
@@ -1155,16 +1155,7 @@ static int parse_globals(int argc, char* argv[], opal_cmd_line_t *cmd_line)
11551155
/* Do we want a user-level debugger? */
11561156

11571157
if (orterun_globals.debugger) {
1158-
#if 0
1159-
/* see https://github.com/open-mpi/ompi/issues/1225
1160-
* Once things are fixed, the orte_show_help/exit can be removed
1161-
* and this code re-enabled.
1162-
*/
11631158
run_debugger(orte_basename, cmd_line, argc, argv, orterun_globals.num_procs);
1164-
#else
1165-
orte_show_help("help-orterun.txt", "no_debugger_launch_support", false);
1166-
exit(-1);
1167-
#endif
11681159
}
11691160

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

0 commit comments

Comments
 (0)