X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/61fc507b7dde640d3bd7d4818d15674436c34f97..de00c3319ae3990aae696879020aaf80060e6fc2:/teshsuite/smpi/coll-gather/coll-gather.c diff --git a/teshsuite/smpi/coll-gather/coll-gather.c b/teshsuite/smpi/coll-gather/coll-gather.c index be0ae6aeb4..615ff264f2 100644 --- a/teshsuite/smpi/coll-gather/coll-gather.c +++ b/teshsuite/smpi/coll-gather/coll-gather.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2019. The SimGrid Team. +/* Copyright (c) 2009-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -73,5 +73,5 @@ int main(int argc, char *argv[]) xbt_free(rb); MPI_Barrier(MPI_COMM_WORLD); MPI_Finalize(); - return (EXIT_SUCCESS); + return EXIT_SUCCESS; }