Home
last modified time | relevance | path

Searched refs:iRecvBufs (Results 1 – 5 of 5) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/test/
H A Dfei.cxx426 HYPRE_Int *sharedIDs, *iArray1, *iArray2, **iRecvBufs, **iSendBufs; in composeSharedNodes() local
536 if (nRecvs > 0) iRecvBufs = new HYPRE_Int*[nRecvs]; in composeSharedNodes()
539 iRecvBufs[i] = new HYPRE_Int[recvLengs[i]]; in composeSharedNodes()
540 hypre_MPI_Irecv(iRecvBufs[i], recvLengs[i], HYPRE_MPI_INT, recvProcs[i], 12234, in composeSharedNodes()
583 index = iRecvBufs[i][j]; in composeSharedNodes()
606 for (i = 0; i < nRecvs; i++) delete [] iRecvBufs[i]; in composeSharedNodes()
607 delete [] iRecvBufs; in composeSharedNodes()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_amgsa_dd_fedata.cxx474 int nRecvs, *recvLengs, *recvProcs, **iRecvBufs; in setupFEDataBasedSuperLUSmoother() local
655 iRecvBufs = new int*[nSends]; in setupFEDataBasedSuperLUSmoother()
679 iRecvBufs[iP] = new int[sendLengs[iP]]; in setupFEDataBasedSuperLUSmoother()
680 MPI_Irecv(iRecvBufs[iP], sendLengs[iP], MPI_INT, sendProcs[iP], 37290, in setupFEDataBasedSuperLUSmoother()
717 globalEqnNum = iRecvBufs[iP][jN]; in setupFEDataBasedSuperLUSmoother()
721 delete [] iRecvBufs[iP]; in setupFEDataBasedSuperLUSmoother()
725 delete [] iRecvBufs; in setupFEDataBasedSuperLUSmoother()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSI_mli.cxx1048 iRecvBufs = new int*[nRecvs]; in HYPRE_LSI_MLICreateNodeEqnMap()
1068 iRecvBufs[iP] = new int[recvLengs[iP]*2]; in HYPRE_LSI_MLICreateNodeEqnMap()
1114 newNodeNumbers[newNumNodes] = iRecvBufs[iP][iR*2]; in HYPRE_LSI_MLICreateNodeEqnMap()
1115 newEqnNumbers[newNumNodes++] = iRecvBufs[iP][iR*2+1]; in HYPRE_LSI_MLICreateNodeEqnMap()
1138 for ( iR = 0; iR < nRecvs; iR++ ) delete [] iRecvBufs[iR]; in HYPRE_LSI_MLICreateNodeEqnMap()
1139 delete [] iRecvBufs; in HYPRE_LSI_MLICreateNodeEqnMap()
1413 iRecvBufs = new int*[nRecvs]; in HYPRE_LSI_MLILoadNodalCoordinates()
1434 iRecvBufs[iP] = new int[recvLengs[iP]]; in HYPRE_LSI_MLILoadNodalCoordinates()
1520 eqnInd = (iRecvBufs[iP][iR] - procNRows[mypid]) / nodeDOF; in HYPRE_LSI_MLILoadNodalCoordinates()
1592 for ( iR = 0; iR < nRecvs; iR++ ) delete [] iRecvBufs[iR]; in HYPRE_LSI_MLILoadNodalCoordinates()
[all …]
H A DLLNL_FEI_Matrix.cxx617 int *sendMatLengs, *recvMatLengs, **iSendBufs, **iRecvBufs; in exchangeSubMatrices() local
701 iRecvBufs = new int*[nRecvs]; in exchangeSubMatrices()
743 iRecvBufs[iP] = new int[recvMatLengs[iP]]; in exchangeSubMatrices()
744 MPI_Irecv(iRecvBufs[iP], recvMatLengs[iP], MPI_INT, recvProcs[iP], in exchangeSubMatrices()
803 index = iRecvBufs[iP][count++]; in exchangeSubMatrices()
877 index = iRecvBufs[iP][count]; in exchangeSubMatrices()
895 for ( iP = 0; iP < nRecvs; iP++ ) delete [] iRecvBufs[iP]; in exchangeSubMatrices()
898 delete [] iRecvBufs; in exchangeSubMatrices()
H A DHYPRE_LSC_aux.cxx6054 int nRecvs, *recvLengs, *recvProcs, **iRecvBufs, iR, numNodes, eqnInd; in HYPRE_LSI_BuildNodalCoordinates() local
6131 iRecvBufs = new int*[nRecvs]; in HYPRE_LSI_BuildNodalCoordinates()
6152 iRecvBufs[iP] = new int[recvLengs[iP]]; in HYPRE_LSI_BuildNodalCoordinates()
6153 MPI_Irecv(iRecvBufs[iP], recvLengs[iP], MPI_INT, recvProcs[iP], in HYPRE_LSI_BuildNodalCoordinates()
6238 eqnInd = (iRecvBufs[iP][iR] - procNRows[mypid_]) / MLI_FieldSize_; in HYPRE_LSI_BuildNodalCoordinates()
6278 eqnInd = (iRecvBufs[iP][iR] - procNRows[mypid_]) / MLI_FieldSize_; in HYPRE_LSI_BuildNodalCoordinates()
6344 for (iR = 0; iR < nRecvs; iR++) delete [] iRecvBufs[iR]; in HYPRE_LSI_BuildNodalCoordinates()
6346 delete [] iRecvBufs; in HYPRE_LSI_BuildNodalCoordinates()