]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allgather/allgather-2dmesh.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'klement/simgrid-klement' into master
[simgrid.git] / src / smpi / colls / allgather / allgather-2dmesh.cpp
index 10f41b50be3cdbcdb97c38ff6c18704e3449583b..6e6ffd66ed0ff75fa413690f0f3a640813fd0286 100644 (file)
@@ -139,7 +139,7 @@ allgather__2dmesh(const void *send_buff, int send_count, MPI_Datatype
   if (Y > X)
     num_reqs = Y;
 
-  MPI_Request* req     = new MPI_Request[num_reqs];
+  auto* req            = new MPI_Request[num_reqs];
   MPI_Request* req_ptr = req;
 
   // do local allgather/local copy