9 #include <boost/program_options.hpp>
28 int main(
int argc,
char * argv[])
30 PE::Comm::instance().init(argc, argv);
31 Core::instance().initiate(argc, argv);
38 Core::instance().environment().options().set(
"exception_outputs",
false);
39 Core::instance().environment().options().set(
"exception_backtrace",
false);
40 Core::instance().environment().options().set(
"exception_aborts",
false);
41 Core::instance().environment().options().set(
"assertion_throws",
true);
44 options_description
desc;
47 desc.add(BasicCommands::description());
48 desc.add(
StdHelp(
"help,h",
"Show help",desc));
61 catch ( std::exception& ex )
70 Core::instance().terminate();
71 PE::Comm::instance().finalize();
int main(int argc, char *argv[])
Base class for all Exceptions in CF.
Real e()
Definition of the Unit charge [C].
const char * what() const
Top-level namespace for coolfluid.
LoadBalance::LoadBalance(const std::string &name) std::string desc
coolfluid3 header, included almost everywhere
Most basic kernel library.