tagno              20 test/monitoring/example_reduce_count.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count;
tagno              33 test/monitoring/example_reduce_count.c     tagno = 201;
tagno              73 test/monitoring/example_reduce_count.c         MPI_Isend(&n,1,MPI_INT,to,tagno,MPI_COMM_WORLD,&request);
tagno              76 test/monitoring/example_reduce_count.c         MPI_Irecv(&n, 1, MPI_INT, from, tagno, MPI_COMM_WORLD, &request);
tagno              78 test/monitoring/example_reduce_count.c         if (rank == 0) {n--;tagno++;}
tagno              79 test/monitoring/example_reduce_count.c         MPI_Isend(&n, 1, MPI_INT, to, tagno, MPI_COMM_WORLD, &request);
tagno              80 test/monitoring/example_reduce_count.c         if (rank != 0) {n--;tagno++;}
tagno              78 test/monitoring/monitoring_test.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count, world_rank;
tagno             102 test/monitoring/monitoring_test.c     tagno = 201;
tagno             141 test/monitoring/monitoring_test.c         MPI_Send(&n,1,MPI_INT,to,tagno,MPI_COMM_WORLD);
tagno             144 test/monitoring/monitoring_test.c         MPI_Recv(&n, 1, MPI_INT, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
tagno             145 test/monitoring/monitoring_test.c         if (rank == 0) {n--;tagno++;}
tagno             146 test/monitoring/monitoring_test.c         MPI_Send(&n, 1, MPI_INT, to, tagno, MPI_COMM_WORLD);
tagno             147 test/monitoring/monitoring_test.c         if (rank != 0) {n--;tagno++;}
tagno             204 test/monitoring/monitoring_test.c             tagno = 201;
tagno             207 test/monitoring/monitoring_test.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
tagno             210 test/monitoring/monitoring_test.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, MPI_STATUS_IGNORE);
tagno             211 test/monitoring/monitoring_test.c                 if (rank == 0) {n--; tagno++;}
tagno             212 test/monitoring/monitoring_test.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
tagno             213 test/monitoring/monitoring_test.c                 if (rank != 0) {n--; tagno++;}
tagno              80 test/monitoring/test_overhead.c static inline void op_send(double*res, void*sbuf, int size, int tagno, void*rbuf) {
tagno              85 test/monitoring/test_overhead.c     MPI_Irecv(rbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD, &request);
tagno             100 test/monitoring/test_overhead.c     MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
tagno             107 test/monitoring/test_overhead.c static inline void op_send_pingpong(double*res, void*sbuf, int size, int tagno, void*rbuf) {
tagno             114 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
tagno             115 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD);
tagno             118 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD);
tagno             119 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
tagno             123 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
tagno             124 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
tagno             127 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
tagno             128 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
tagno             134 test/monitoring/test_overhead.c static inline void op_coll(double*res, void*buff, int size, int tagno, void*rbuf) {
tagno             146 test/monitoring/test_overhead.c static inline void op_a2a(double*res, void*sbuf, int size, int tagno, void*rbuf) {
tagno             158 test/monitoring/test_overhead.c static inline void op_put(double*res, void*sbuf, int size, int tagno, void*rbuf) {
tagno             172 test/monitoring/test_overhead.c static inline void op_get(double*res, void*rbuf, int size, int tagno, void*sbuf) {
tagno             189 test/monitoring/test_overhead.c     int tagno = 201;
tagno             198 test/monitoring/test_overhead.c         op(&results[iter], sbuf, size, tagno, rbuf);
tagno              66 test/monitoring/test_pvar_access.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count;
tagno              84 test/monitoring/test_pvar_access.c     tagno = 201;
tagno             150 test/monitoring/test_pvar_access.c         MPI_Isend(&n,1,MPI_INT,to,tagno,MPI_COMM_WORLD,&request);
tagno             153 test/monitoring/test_pvar_access.c         MPI_Irecv(&n, 1, MPI_INT, from, tagno, MPI_COMM_WORLD, &request);
tagno             155 test/monitoring/test_pvar_access.c         if (rank == 0) {n--;tagno++;}
tagno             156 test/monitoring/test_pvar_access.c         MPI_Isend(&n, 1, MPI_INT, to, tagno, MPI_COMM_WORLD, &request);
tagno             157 test/monitoring/test_pvar_access.c         if (rank != 0) {n--;tagno++;}
tagno             242 test/monitoring/test_pvar_access.c             tagno = 201;
tagno             245 test/monitoring/test_pvar_access.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
tagno             248 test/monitoring/test_pvar_access.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, &status);
tagno             249 test/monitoring/test_pvar_access.c                 if (rank == 0) {n--; tagno++;}
tagno             250 test/monitoring/test_pvar_access.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
tagno             251 test/monitoring/test_pvar_access.c                 if (rank != 0) {n--; tagno++;}