Removed old-fashioned MPE logging code
[alexxy/gromacs.git] / src / gromacs / mdlib / groupcoord.c
index 6ec672badb0e2c175ed28e9336fb1b9ca746d263..3ee2e408613c5220d7bb6b1a2aa6da80f708baa0 100644 (file)
@@ -38,7 +38,6 @@
 
 
 #include "groupcoord.h"
-#include "mpelogging.h"
 #include "network.h"
 #include "pbc.h"
 #include "vec.h"
@@ -155,8 +154,6 @@ static void shift_positions_group(
     int      i,tx,ty,tz;
 
 
-    GMX_MPE_LOG(ev_shift_start);
-
     /* Loop over the group's atoms */
     if(TRICLINIC(box)) 
     {
@@ -183,7 +180,6 @@ static void shift_positions_group(
             x[i][ZZ]=x[i][ZZ]+tz*box[ZZ][ZZ];
         }
     }    
-    GMX_MPE_LOG(ev_shift_finish);
 }
 
 
@@ -207,8 +203,6 @@ extern void communicate_group_positions(
     int i;
 
 
-    GMX_MPE_LOG(ev_get_group_x_start);
-
     /* Zero out the groups' global position array */
     clear_rvecs(nr, xcoll);
 
@@ -251,8 +245,6 @@ extern void communicate_group_positions(
                 copy_rvec(xcoll[i],xcoll_old[i]);   
         }
     }
-    
-    GMX_MPE_LOG(ev_get_group_x_finish);
 }