Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill our last '#ifdef _MSC_VER'
[simgrid.git] / src / smpi / colls / smpi_intel_mpi_selector.c
index 8e36b694ddc8fe9e249abe8f92d53b3518cff7ba..bdcb1b70cd49beae4c0646d9a71f29ed5060fd7e 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'
 */