Skip to content
Snippets Groups Projects
Commit 06ebbfd0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

report commrank/size

parent bce43ae4
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment