tmpBuf 77 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c char tmpBuf[8]; /* Big enough for 1M tasks (7 digits task ID). */ tmpBuf 78 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c tmpBuf[7] = '\0'; tmpBuf 80 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c tmpBuf[i] = *ioTaskList++; /* Maximum is 7 digits for 1 million. */ tmpBuf 83 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c tmpBuf[i+1] = '\0'; tmpBuf 87 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c numAggs = atoi(tmpBuf); tmpBuf 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); tmpBuf 104 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c tmpBuf[i] = *ioTaskList++; tmpBuf 107 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c tmpBuf[i+1] = '\0'; tmpBuf 112 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c int newAggRank = atoi(tmpBuf); tmpBuf 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); tmpBuf 130 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 a valid integer task id - it will be ignored.\n",tmpBuf);