@@ -498,7 +498,7 @@ void DOPAIR_SUBSET ( struct runner *r , struct cell *restrict ci , struct part *
#endif
#ifdef TIMER_VERBOSE
printf("runner_dopair_subset[%02i]: %i/%i parts at depth %i (r_max=%.3f/%.3f) took %.3f ms.\n",r->id,count_i,count_j,ci->depth,ci->h_max,cj->h_max,((double)TIMER_TOC(TIMER_DOPAIR))/CPU_TPS*1000);
printf("runner_dopair_subset[%02i]: %i/%i parts at depth %i (r_max=%.3f/%.3f) took %.3f ms.\n",r->id,count,count_j,ci->depth,ci->h_max,cj->h_max,((double)TIMER_TOC(TIMER_DOPAIR))/CPU_TPS*1000);
#else
TIMER_TOC(runner_timer_dopair_subset);
#endif
...
...
@@ -607,7 +607,7 @@ void DOSELF_SUBSET ( struct runner *r , struct cell *restrict ci , struct part *
#endif
#ifdef TIMER_VERBOSE
printf("runner_doself_subset[%02i]: %i/%i parts at depth %i (r_max=%.3f/%.3f) took %.3f ms.\n",r->id,count_i,count_j,ci->depth,ci->h_max,cj->h_max,((double)TIMER_TOC(TIMER_DOPAIR))/CPU_TPS*1000);
printf("runner_doself_subset[%02i]: %i/%i parts at depth %i took %.3f ms.\n",r->id,count,ci->count,ci->depth,((double)TIMER_TOC(TIMER_DOSELF))/CPU_TPS*1000);
#else
TIMER_TOC(runner_timer_dopair_subset);
#endif
...
...
@@ -624,12 +624,11 @@ void DOSELF_SUBSET ( struct runner *r , struct cell *restrict ci , struct part *