Remove/replace many mentions of Jenkins
[alexxy/gromacs.git] / src / gromacs / timing / wallcycle.cpp
index cd6f4324854dda3abc26c35346ff0b1c419617ab..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",
@@ -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()