Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua: fix Chord example
[simgrid.git] / examples / smpi / NAS / EP-sampling / ep.c
index 41de955d7b161213d96cc36da2595200dfd439e3..71e0f89146737f554c0308b235fcebccbe59db82 100644 (file)
          k_offset = no_large_nodes*(np+1) + (node-no_large_nodes)*np -1;
      
       int stop = false;
          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;
          stop = false;
          kk = k_offset + k ;
          t1 = s;