X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/406f54970c00ca178fa918763d943027bd09e3ba..ce37f6e9d775bdc13c270e14490c156c1f95f71f:/teshsuite/smpi/reduce.c diff --git a/teshsuite/smpi/reduce.c b/teshsuite/smpi/reduce.c index 2946edc930..92436c9021 100644 --- a/teshsuite/smpi/reduce.c +++ b/teshsuite/smpi/reduce.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. */ + #include #include @@ -105,7 +111,7 @@ int main(int argc, char **argv) else printf("failed.\n"); if (!quiet) - printf("Elapsed time=%lf s\n", MPI_Wtime() - start_timer); + printf("Elapsed time=%f s\n", MPI_Wtime() - start_timer); } MPI_Barrier(MPI_COMM_WORLD);