Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Updated example against newest API.
[simgrid.git] / examples / smpi / NAS / EP-sampling / ep.c
index 41de955..71e0f89 100644 (file)
          k_offset = no_large_nodes*(np+1) + (node-no_large_nodes)*np -1;
      
       int stop = false;
-      for(k = 1; k <= np; k++) SMPI_SAMPLE_LOCAL(0.25 * np) {
+      for(k = 1; k <= np; k++) SMPI_SAMPLE_LOCAL(0.25 * np, 0.03) {
          stop = false;
          kk = k_offset + k ;
          t1 = s;