Smart parellalization
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
int main(const int argc, char** argv) {
|
||||
Options options = parse(argc, argv);
|
||||
Application app(options);
|
||||
app.assemble();
|
||||
if (options.graphFilename.has_value()) {
|
||||
app.save_graph(options.graphFilename.value());
|
||||
spdlog::get("app")->info("Exiting..");
|
||||
return 0;
|
||||
}
|
||||
|
||||
app.run();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user