diff --git a/Applications/CLI/ogs.cpp b/Applications/CLI/ogs.cpp index 197f1e1ad13ee0fff5587de86c281308d7afb9fa..d90ea999b16ebd72e404ce364f0c90dffd5dbfb2 100644 --- a/Applications/CLI/ogs.cpp +++ b/Applications/CLI/ogs.cpp @@ -74,6 +74,9 @@ int main(int argc, char *argv[]) ProjectData project(project_config, BaseLib::extractPath(project_arg.getValue())); + // Create processes. + project.buildProcesses<GlobalSetupType>(); + delete fmt; delete logog_cout;