X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..26a6d8446664d5683b2598ed049eeacab8e1c570:/teshsuite/smpi/reduce.c?ds=sidebyside 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);