Remove/replace many mentions of Jenkins
[alexxy/gromacs.git] / src / gromacs / timing / wallcycle.cpp
index 6f499587133707491ee5fe710e9f4e5d6ab04729..1f1d7ca38ea2eec6b6ac4f68f2505d530ed0e163 100644 (file)
@@ -149,6 +149,7 @@ static const char* enumValuetoString(WallCycleSubCounter enumValue)
         "Nonbonded F kernel",
         "Nonbonded F clear",
         "Nonbonded FEP",
+        "Nonbonded FEP reduction",
         "Launch NB GPU tasks",
         "Launch Bonded GPU tasks",
         "Launch PME GPU tasks",
@@ -398,7 +399,7 @@ void wallcycle_scale_by_num_threads(gmx_wallcycle* wc, bool isPmeRank, int nthre
     }
     if (sc_useCycleSubcounters && !isPmeRank)
     {
-        for (auto counter : wc->wcsc)
+        for (auto& counter : wc->wcsc)
         {
             counter.c *= nthreads_pp;
         }
@@ -719,8 +720,8 @@ void wallcycle_print(FILE*                            fplog,
            code so that it is provably robust with respect to
            non-positive values for all possible timer and cycle
            counters, there is less value gained from printing whatever
-           timing data might still be sensible for some non-Jenkins
-           run, than is lost from diagnosing Jenkins FP exceptions on
+           timing data might still be sensible for some non-CI
+           run, than is lost from diagnosing CI FP exceptions on
            runs about whose execution time we don't care. */
         GMX_LOG(mdlog.warning)
                 .asParagraph()