commSize           63 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c     int myRank,commSize;
commSize           65 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c     MPI_Comm_size(fd->comm, &commSize);
commSize           90 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c       else if (!((numAggs > 0 ) && (numAggs <= commSize))) {
commSize           91 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c         FPRINTF(stderr,"ERROR: ATTENTION: The number of aggregators (%s) specified in MP_IOTASKLIST is outside the communicator task range of %d.\n",tmpBuf,commSize);
commSize           92 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c         numAggs = commSize;
commSize          113 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c            if (!((newAggRank >= 0 ) && (newAggRank < commSize))) {
commSize          114 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c              FPRINTF(stderr,"ERROR: ATTENTION: The aggregator '%s' specified in MP_IOTASKLIST is not within the communicator task range of 0 to %d  - it will be ignored.\n",tmpBuf,commSize-1);