X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/src/smpi/colls/alltoall/alltoall-mvapich-scatter-dest.cpp diff --git a/src/smpi/colls/alltoall/alltoall-mvapich-scatter-dest.cpp b/src/smpi/colls/alltoall/alltoall-mvapich-scatter-dest.cpp index 15dd553323..0a3cbc6cdb 100644 --- a/src/smpi/colls/alltoall/alltoall-mvapich-scatter-dest.cpp +++ b/src/smpi/colls/alltoall/alltoall-mvapich-scatter-dest.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2020. The SimGrid Team. +/* Copyright (c) 2013-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -42,8 +42,7 @@ #define MV2_ALLTOALL_THROTTLE_FACTOR 4 #include "../colls_private.hpp" -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { int alltoall__mvapich2_scatter_dest(const void *sendbuf, int sendcount, MPI_Datatype sendtype, @@ -90,9 +89,9 @@ int alltoall__mvapich2_scatter_dest(const void *sendbuf, /* FIXME: This should use the memory macros (there are storage leaks here if there is an error, for example) */ - MPI_Request* reqarray = new MPI_Request[2 * bblock]; + auto* reqarray = new MPI_Request[2 * bblock]; - MPI_Status* starray = new MPI_Status[2 * bblock]; + auto* starray = new MPI_Status[2 * bblock]; for (ii=0; ii