diff --git a/src/respa.cpp b/src/respa.cpp index b07228134e..a6f7e66029 100644 --- a/src/respa.cpp +++ b/src/respa.cpp @@ -554,6 +554,7 @@ void Respa::recurse(int ilevel) comm->forward_comm(); timer->stamp(TIME_COMM); } + } else if (ilevel == 0) { timer->stamp(); comm->forward_comm();