X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fbb6b4556c347a1dec9e462574fdc2967f494002..0e9c0448c6566825b170b98ecff716b098bda10e:/examples/smpi/MM/Summa.c diff --git a/examples/smpi/MM/Summa.c b/examples/smpi/MM/Summa.c index 0d0bab99f6..a53ac43490 100644 --- a/examples/smpi/MM/Summa.c +++ b/examples/smpi/MM/Summa.c @@ -152,8 +152,8 @@ inline double Summa( end_time = MPI_Wtime(); time = end_time - start_time ; - printf("communication time: %le seconds, " - "computation time: %le seconds\n", + printf("communication time: %e seconds, " + "computation time: %e seconds\n", communication_time, computation_time);