Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Colls: Remove that ugly lambda and just use a for-loop
[simgrid.git] / src / smpi / colls / allreduce / allreduce-mvapich-two-level.cpp
index 730307b0c184a556d09d8a932bd07985c0f5d65a..cd3935bc30f99202a6cc78a62515de74ee111e19 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2017. The SimGrid Team.
+/* Copyright (c) 2013-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -35,7 +35,7 @@
  *      See COPYRIGHT in top-level directory.
  */
 
-#include "../colls_private.h"
+#include "../colls_private.hpp"
 
 #define MPIR_Allreduce_pt2pt_rd_MV2 Coll_allreduce_rdb::allreduce
 #define MPIR_Allreduce_pt2pt_rs_MV2 Coll_allreduce_mvapich2_rs::allreduce