MCPcopy Create free account
hub / github.com/LBANN/lbann / parse

Method parse

include/lbann/utils/argument_parser.hpp:749–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747
748template <typename ErrorHandler>
749void argument_parser<ErrorHandler>::parse(int argc, char const* const argv[])
750{
751 parse_no_finalize(argc, argv);
752 finalize();
753}
754
755template <typename ErrorHandler>
756void argument_parser<ErrorHandler>::parse_no_finalize(int argc,

Calls 1

finalizeFunction · 0.50

Tested by 6

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64