size_world 31 test/monitoring/test_overhead.c #define FULL_NB_ITER (size_world * NB_ITER) size_world 36 test/monitoring/test_overhead.c static int size_world = 0; size_world 217 test/monitoring/test_overhead.c MPI_Comm_size(MPI_COMM_WORLD, &size_world); size_world 218 test/monitoring/test_overhead.c to = (rank_world + 1) % size_world; size_world 219 test/monitoring/test_overhead.c from = (rank_world + size_world - 1) % size_world; size_world 252 test/monitoring/test_overhead.c printf("# %s%%%d\n# size \t| latency \t| 10^6 B/s \t| MB/s \t| median \t| q1 \t| q3 \t| d1 \t| d9 \t| avg \t| max\n", name, size_world); size_world 257 test/monitoring/test_overhead.c sbuf = (char *)realloc(sbuf, (size_world + 1) * size); /* sbuf + alltoall recv buf */