Skip to content

Commit

Permalink
Removed printf.
Browse files Browse the repository at this point in the history
Former-commit-id: 4f3e5b609995c4981160137dd34399c0ddfc5b5b
  • Loading branch information
sameershende committed Aug 7, 2018
1 parent f60c63e commit a577fea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mm/matmult.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,7 @@ int main (int argc, char *argv[])
#endif /* PTHREADS */

#ifdef TAU_MPI
fprintf(stdout, "mm: call before MPI_Finalize()\n");
MPI_Finalize();
fprintf(stdout, "mm: call after MPI_Finalize()\n");
#endif /* TAU_MPI */
printf ("Done.\n");

Expand Down

0 comments on commit a577fea

Please sign in to comment.