Merge branch 'release-2019' into master
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.cpp
index 6dedbb795b4a78c9bf5664e3dc175846d0ef0b43..3d5578a664b07f0849877da60a1a25f0b68985c1 100644 (file)
@@ -1202,7 +1202,7 @@ static void do_force_cutsVERLET(FILE *fplog,
         }
 
         /* launch local nonbonded work on GPU */
-        wallcycle_sub_start(wcycle, ewcsLAUNCH_GPU_NONBONDED);
+        wallcycle_sub_start_nocount(wcycle, ewcsLAUNCH_GPU_NONBONDED);
         do_nb_verlet(fr, ic, enerd, flags, Nbnxm::InteractionLocality::Local, enbvClearFNo,
                      step, nrnb, wcycle);
         wallcycle_sub_stop(wcycle, ewcsLAUNCH_GPU_NONBONDED);
@@ -1267,7 +1267,7 @@ static void do_force_cutsVERLET(FILE *fplog,
             wallcycle_start(wcycle, ewcLAUNCH_GPU);
 
             /* launch non-local nonbonded tasks on GPU */
-            wallcycle_sub_start(wcycle, ewcsLAUNCH_GPU_NONBONDED);
+            wallcycle_sub_start_nocount(wcycle, ewcsLAUNCH_GPU_NONBONDED);
             Nbnxm::gpu_copy_xq_to_gpu(nbv->gpu_nbv, nbv->nbat, Nbnxm::AtomLocality::NonLocal, ppForceWorkload->haveGpuBondedWork);
             wallcycle_sub_stop(wcycle, ewcsLAUNCH_GPU_NONBONDED);