]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/bcast/bcast-ompi-pipeline.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev/s4u_tuto_fixes' into 'master'
[simgrid.git] / src / smpi / colls / bcast / bcast-ompi-pipeline.cpp
index 393b714a642c4bd1c4158118967f912716980968..e4c06fb110b4191c55fabeb8e838518cac40576e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2019. The SimGrid Team.
+/* Copyright (c) 2013-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -35,7 +35,7 @@ int bcast__ompi_pipeline( void* buffer,
     char *tmpbuf;
     ptrdiff_t extent;
     MPI_Request recv_reqs[2] = {MPI_REQUEST_NULL, MPI_REQUEST_NULL};
-    MPI_Request *send_reqs = NULL;
+    MPI_Request* send_reqs   = nullptr;
     int req_index;
 
     /**