rs_buff           272 test/monitoring/monitoring_test.c       int rs_buff[10240];
rs_buff           279 test/monitoring/monitoring_test.c         rs_buff[v] = win_buff[v] = rank;
rs_buff           285 test/monitoring/monitoring_test.c         MPI_Get(rs_buff, 10240, MPI_INT, from, 0, 10240, MPI_INT, win);
rs_buff           287 test/monitoring/monitoring_test.c         MPI_Put(rs_buff, 10240, MPI_INT, to, 0, 10240, MPI_INT, win);
rs_buff           293 test/monitoring/monitoring_test.c         if( rs_buff[v] != win_buff[v] && ((rank%2 && rs_buff[v] != from) || (!(rank%2) && rs_buff[v] != rank)) ) {
rs_buff           295 test/monitoring/monitoring_test.c 		 rank%2 ? "rs" : "win", v, rs_buff[v], rank%2 ? from : rank);
rs_buff           315 test/monitoring/monitoring_test.c         MPI_Put(rs_buff, 10240, MPI_INT, to, 0, 10240, MPI_INT, win);
rs_buff           323 test/monitoring/monitoring_test.c       for( int v = 0; v < 10240; ++v ) rs_buff[v] = rank;
rs_buff           326 test/monitoring/monitoring_test.c       MPI_Put(rs_buff, 10240, MPI_INT, to, 0, 10240, MPI_INT, win);