X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..5b3677b425b9cc6949c1573d59ac772540cbf4b2:/examples/smpi/MM/2.5D_MM.c diff --git a/examples/smpi/MM/2.5D_MM.c b/examples/smpi/MM/2.5D_MM.c index bf3c9bb6e3..041342e8a0 100644 --- a/examples/smpi/MM/2.5D_MM.c +++ b/examples/smpi/MM/2.5D_MM.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /*! * 2.5D Block Matrix Multiplication example * @@ -240,8 +246,8 @@ double two_dot_five( end_time = MPI_Wtime(); time = end_time - start_time; double reduce_time = end_time_reduce - start_time_reduce; - printf("communication time: %le reduce time: %le seconds, " - "total time: %le seconds\n",communication_time,reduce_time,time); + printf("communication time: %e reduce time: %e seconds, " + "total time: %e seconds\n",communication_time,reduce_time,time); MPI_Barrier(my_world); #if CHECK_25D