Merge release-5-0 into master
[alexxy/gromacs.git] / src / programs / mdrun / runner.cpp
index 3bccd5a1b6daf0179d585c6937daf48c18d69d1a..603f24470354e8ff8f1b1a10852c69c1b533185c 100644 (file)
@@ -1480,8 +1480,14 @@ int mdrunner(gmx_hw_opt_t *hw_opt,
 
     /* Initialize per-physical-node MPI process/thread ID and counters. */
     gmx_init_intranode_counters(cr);
-
 #ifdef GMX_MPI
+    if (MULTISIM(cr))
+    {
+        md_print_info(cr, fplog,
+                      "This is simulation %d out of %d running as a composite Gromacs\n"
+                      "multi-simulation job. Setup for this simulation:\n\n",
+                      cr->ms->sim, cr->ms->nsim);
+    }
     md_print_info(cr, fplog, "Using %d MPI %s\n",
                   cr->nnodes,
 #ifdef GMX_THREAD_MPI