Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix one rule catches: comments in comments
[simgrid.git] / src / smpi / colls / smpi_intel_mpi_selector.c
index 8e36b69..bdcb1b7 100644 (file)
@@ -8,10 +8,8 @@
 
 #include "colls_private.h"
 
-
 // This selector is based on information gathered on the Stampede cluster, with Intel MPI 4.1.3.049, and from the intel reference manual. The data was gathered launching runs with 1,2,4,8,16 processes per node.
 
-
 #define INTEL_MAX_NB_THRESHOLDS  32
 #define INTEL_MAX_NB_NUMPROCS  12
 #define INTEL_MAX_NB_PPN  5  /* 1 2 4 8 16 ppn */
@@ -46,8 +44,7 @@ MPI_Allreduce
 7 - Shumilin's ring algorithm 
 8 - Ring algorithm
 
-
-//as Shumilin's ring algorithm is unknown, default to ring'
+  as Shumilin's ring algorithm is unknown, default to ring'
 */