Skip to content

Commit

Permalink
Add signal handler disable as an envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun committed Feb 6, 2024
1 parent 956cdec commit ff0afa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ void construct_std_options()
arg_parser.add_flag(
LBANN_OPTION_DISABLE_SIGNAL_HANDLER,
{"--disable_signal_handler"},
utils::ENV("LBANN_DISABLE_SIGNAL_HANDLER"),
"[STD] Disables signal handling (signal handling on by default)");
arg_parser.add_flag(LBANN_OPTION_EXIT_AFTER_SETUP,
{"--exit_after_setup"},
Expand Down

0 comments on commit ff0afa0

Please sign in to comment.