Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Flush output of energy tests.
[simgrid.git] / src / smpi / colls / smpi_mvapich2_selector.cpp
index bda8db4..f9722a9 100644 (file)
@@ -1,6 +1,6 @@
 /* selector for collective algorithms based on mvapich decision logic */
 
-/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team.
+/* Copyright (c) 2009-2010, 2013-2017. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -10,7 +10,6 @@
 
 #include "smpi_mvapich2_selector_stampede.h"
 
-
 namespace simgrid{
 namespace smpi{
 
@@ -1007,6 +1006,8 @@ int Coll_scatter_mvapich2::scatter(void *sendbuf,
 
 }
 }
+
+
 void smpi_coll_cleanup_mvapich2(void){
 int i=0;
 if(mv2_alltoall_thresholds_table)