From 06ebbfd0e04474e304a71fdaf5650f7001ede9ab Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 27 Mar 2010 11:03:15 +0000 Subject: [PATCH] report commrank/size --- Common/Gmsh.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Common/Gmsh.cpp b/Common/Gmsh.cpp index be40fc2801..3cfe928c7e 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()); -- GitLab