Skip to content

Commit 48e8fc0

Browse files
authored
Update profile.c
Fix a typo.
1 parent ac1836b commit 48e8fc0

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

ref/profile.c

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -816,25 +816,6 @@ void profile(void)
816816
average[126], stddev[126], minimum[126], maximum[126]);
817817
fprintf(fp, " unpack blocks : %lf %lf %lf %lf\n",
818818
average[127], stddev[127], minimum[127], maximum[127]);
819-
fprintf(fp, " reduce blocks : %lf %lf %lf %lf\n",
820-
average[53], stddev[53], minimum[53], maximum[53]);
821-
fprintf(fp, " decide and comm : %lf %lf %lf %lf\n",
822-
average[54], stddev[54], minimum[54], maximum[54]);
823-
fprintf(fp, " pack blocks : %lf %lf %lf %lf\n",
824-
average[55], stddev[55], minimum[55], maximum[55]);
825-
fprintf(fp, " move blocks : %lf %lf %lf %lf\n",
826-
average[56], stddev[56], minimum[56], maximum[56]);
827-
fprintf(fp, " unpack blocks : %lf %lf %lf %lf\n",
828-
average[57], stddev[57], minimum[57], maximum[57]);
829-
fprintf(fp, " coarsen blocks : %lf %lf %lf %lf\n",
830-
average[58], stddev[58], minimum[58], maximum[58]);
831-
fprintf(fp, " add blocks : %lf %lf %lf %lf\n",
832-
average[59], stddev[59], minimum[59], maximum[59]);
833-
fprintf(fp, " decide and comm : %lf %lf %lf %lf\n",
834-
average[60], stddev[60], minimum[60], maximum[60]);
835-
fprintf(fp, " split blocks : %lf %lf %lf %lf\n",
836-
average[61], stddev[61], minimum[61], maximum[61]);
837-
}
838819
fprintf(fp, " total load balance : %lf %lf %lf %lf\n",
839820
average[62], stddev[62], minimum[62], maximum[62]);
840821
fprintf(fp, " sort : %lf %lf %lf %lf\n",

0 commit comments

Comments
 (0)