currentNumberOfRounds  367 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c 	  int currentNumberOfRounds = (int)(((fd_end[j] - fd_start[j])+(ADIO_Offset)1)/coll_bufsize);
currentNumberOfRounds  368 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       if (((ADIO_Offset)currentNumberOfRounds*coll_bufsize) < ((fd_end[j] - fd_start[j])+(ADIO_Offset)1))
currentNumberOfRounds  369 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         currentNumberOfRounds++;
currentNumberOfRounds  370 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c 	  if (currentNumberOfRounds > numberOfRounds)
currentNumberOfRounds  371 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c 	    numberOfRounds = currentNumberOfRounds;
currentNumberOfRounds 1402 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c 	  int currentNumberOfRounds = (int)(((fd_end[j] - fd_start[j])+(ADIO_Offset)1)/coll_bufsize);
currentNumberOfRounds 1403 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       if (((ADIO_Offset)currentNumberOfRounds*coll_bufsize) < ((fd_end[j] - fd_start[j])+(ADIO_Offset)1))
currentNumberOfRounds 1404 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         currentNumberOfRounds++;
currentNumberOfRounds 1405 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c 	  if (currentNumberOfRounds > numberOfRounds)
currentNumberOfRounds 1406 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c 	    numberOfRounds = currentNumberOfRounds;