Home
last modified time | relevance | path

Searched refs:thisBridgeAggList (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/ad_gpfs/bg/
H A Dad_bg_aggrs.c593 int *thisBridgeAggList = (int *) ADIOI_Malloc(naggs * sizeof(int)); in ADIOI_BG_compute_agg_ranklist_serial() local
600 thisBridgeAggList[numAggsForThisBridge] = tmp_ranklist[k]; in ADIOI_BG_compute_agg_ranklist_serial()
609 if (thisBridgeAggList[n] > thisBridgeAggList[n + 1]) { in ADIOI_BG_compute_agg_ranklist_serial()
610 int tmpthisBridgeAggList = thisBridgeAggList[n]; in ADIOI_BG_compute_agg_ranklist_serial()
611 thisBridgeAggList[n] = thisBridgeAggList[n + 1]; in ADIOI_BG_compute_agg_ranklist_serial()
612 thisBridgeAggList[n + 1] = tmpthisBridgeAggList; in ADIOI_BG_compute_agg_ranklist_serial()
618 interleavedbridgeranklist[currentrankoffset] = thisBridgeAggList[n]; in ADIOI_BG_compute_agg_ranklist_serial()
621 ADIOI_Free(thisBridgeAggList); in ADIOI_BG_compute_agg_ranklist_serial()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/
H A Dad_bg_aggrs.c594 int *thisBridgeAggList = (int *) ADIOI_Malloc (naggs * sizeof(int)); in ADIOI_BG_compute_agg_ranklist_serial() local
601 thisBridgeAggList[numAggsForThisBridge] = tmp_ranklist[k]; in ADIOI_BG_compute_agg_ranklist_serial()
610 if (thisBridgeAggList[n] > thisBridgeAggList[n+1]) { in ADIOI_BG_compute_agg_ranklist_serial()
611 int tmpthisBridgeAggList = thisBridgeAggList[n]; in ADIOI_BG_compute_agg_ranklist_serial()
612 thisBridgeAggList[n] = thisBridgeAggList[n+1]; in ADIOI_BG_compute_agg_ranklist_serial()
613 thisBridgeAggList[n+1] = tmpthisBridgeAggList; in ADIOI_BG_compute_agg_ranklist_serial()
619 interleavedbridgeranklist[currentrankoffset] = thisBridgeAggList[n]; in ADIOI_BG_compute_agg_ranklist_serial()
622 ADIOI_Free(thisBridgeAggList); in ADIOI_BG_compute_agg_ranklist_serial()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/
H A Dad_bg_aggrs.c601 int *thisBridgeAggList = (int *) ADIOI_Malloc (naggs * sizeof(int)); in ADIOI_BG_compute_agg_ranklist_serial() local
608 thisBridgeAggList[numAggsForThisBridge] = tmp_ranklist[k]; in ADIOI_BG_compute_agg_ranklist_serial()
617 if (thisBridgeAggList[n] > thisBridgeAggList[n+1]) { in ADIOI_BG_compute_agg_ranklist_serial()
618 int tmpthisBridgeAggList = thisBridgeAggList[n]; in ADIOI_BG_compute_agg_ranklist_serial()
619 thisBridgeAggList[n] = thisBridgeAggList[n+1]; in ADIOI_BG_compute_agg_ranklist_serial()
620 thisBridgeAggList[n+1] = tmpthisBridgeAggList; in ADIOI_BG_compute_agg_ranklist_serial()
626 interleavedbridgeranklist[currentrankoffset] = thisBridgeAggList[n]; in ADIOI_BG_compute_agg_ranklist_serial()
629 ADIOI_Free(thisBridgeAggList); in ADIOI_BG_compute_agg_ranklist_serial()