From 56607a90b874c0d8aaf2698a83353c5cbc51b2e8 Mon Sep 17 00:00:00 2001 From: Berk Hess Date: Thu, 23 Nov 2017 14:28:31 +0100 Subject: [PATCH] Correct PME GPU timing naming Change-Id: I4a39d246cecbfc7a84608dd9c450d57393f1248d --- src/gromacs/timing/wallcycle.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gromacs/timing/wallcycle.cpp b/src/gromacs/timing/wallcycle.cpp index 8103a5fb86..e69de36641 100644 --- a/src/gromacs/timing/wallcycle.cpp +++ b/src/gromacs/timing/wallcycle.cpp @@ -134,13 +134,13 @@ static const char *wcsn[ewcsNR] = /* PME GPU timing events' names - correspond to the enum in the gpu_timing.h */ static const char *PMEStageNames[] = { - "Spline", - "Spread", - "Spline/spread", - "FFT r2c", - "Solve", - "FFT c2r", - "Gather", + "PME spline", + "PME spread", + "PME spline + spread", + "PME 3D-FFT r2c", + "PME solve", + "PME 3D-FFT c2r", + "PME gather", }; gmx_bool wallcycle_have_counter(void) -- 2.11.4.GIT