Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to be more coherent, fix misleading message, and fix test.
[simgrid.git] / teshsuite / smpi / macro-sample / macro-sample.c
index 9df719c..56c8ed1 100644 (file)
@@ -44,6 +44,7 @@ int main(int argc, char *argv[])
   }
 
   n = 0;
+  //Use 0 as max iter, but one will always be performed by design.
   SMPI_SAMPLE_LOCAL (int i = 0, i < 5, i++,0, 0.1){
       if (verbose || n < 2) {
         n++;