diff --git a/Common/Gmsh.cpp b/Common/Gmsh.cpp index be40fc28017ca6d68056f0d6be73d2b1474edc1a..3cfe928c7e9974a9457c84735134e4a54829692a 100644 --- a/Common/Gmsh.cpp +++ b/Common/Gmsh.cpp @@ -131,7 +131,9 @@ int GmshFinalize() int GmshBatch() { - Msg::Info("Running '%s'", Msg::GetCommandLineArgs().c_str()); + Msg::Info("Running '%s' [%d node(s), max. %d thread(s)]", + Msg::GetCommandLineArgs().c_str(), + Msg::GetCommSize(), Msg::GetMaxThreads()); Msg::Info("Started on %s", Msg::GetLaunchDate().c_str()); OpenProject(GModel::current()->getFileName());