Skip to content

Commit

Permalink
report at end also
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jul 3, 2024
1 parent 070ca4f commit 145014e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tutor/mp/poisson_mpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ int main ( int argc, char *argv[] )
timestamp ( );
printf ( "\n" );
printf ( "POISSON_MPI:\n" );
printf ( " C version\n" );
printf ( " C version (NEMO)\n" );
printf ( " 2-D Poisson equation using Jacobi algorithm\n" );
printf ( " ===========================================\n" );
printf ( " MPI version: 1-D domains, non-blocking send/receive\n" );
Expand Down Expand Up @@ -221,6 +221,8 @@ int main ( int argc, char *argv[] )
{
printf ( "\n" );
printf ( "POISSON_MPI:\n" );
printf ( " Number of processes = %d\n", num_procs );
printf ( " Number of interior vertices = %d\n", N );
printf ( " Normal end of execution.\n" );
printf ( "\n" );
timestamp ( );
Expand Down

0 comments on commit 145014e

Please sign in to comment.