Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix one rule catches: comments in comments
[simgrid.git] / src / smpi / colls / bcast-mvapich-smp.c
index 54ea0fc..5202177 100644 (file)
@@ -297,7 +297,8 @@ int smpi_coll_tuned_bcast_mvapich2_intra_node(void *buffer,
      */
     //if (is_homogeneous) {
         type_size=smpi_datatype_size(datatype);
-    //} /*else {*/
+    //}
+/*    else {*/
 /*        MPIR_Pack_size_impl(1, datatype, &type_size);*/
 /*    }*/
     nbytes = (size_t) (count) * (type_size);