X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..c4c82977e0a105cdf7b04010ddd21bbf15dced4d:/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 4ca54f02ad..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-2021. 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; }