Home
last modified time | relevance | path

Searched refs:nowned (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/spooles/spooles.2.2/Eigen/srcMPI/
H A DJimMatMulMPI.c71 int irow, jcol, jj, kk, myid, neqns, nowned, tag = 0 ; in JimMatMulMPI() local
83 nowned = IV_size(bridge->myownedIV) ; in JimMatMulMPI()
91 if ( kk != nowned * ncols ) { in JimMatMulMPI()
93 myid, kk, nowned, ncols) ; in JimMatMulMPI()
105 *pprbtype, *pnrows, *pncols, nowned) ; in JimMatMulMPI()
108 MatMulMPI(&nowned, pncols, y, y, pprbtype, data) ; in JimMatMulMPI()
115 DenseMtx_init(mtx, SPOOLES_REAL, 0, 0, nowned, ncols, 1, nowned) ; in JimMatMulMPI()
116 DVcopy (nowned*ncols, DenseMtx_entries(mtx), y) ; in JimMatMulMPI()
117 IVcopy(nowned, mtx->rowind, IV_entries(bridge->myownedIV)) ; in JimMatMulMPI()
H A DJimSolveMPI.c45 neqns, nowned, tag = 0 ; in JimSolveMPI() local
71 nowned = IV_size(bridge->myownedIV) ; in JimSolveMPI()
79 if ( kk != nowned * ncols ) { in JimSolveMPI()
81 myid, kk, nowned, ncols) ; in JimSolveMPI()
93 SolveMPI(&nowned, pncols, sol, sol, data, perror) ; in JimSolveMPI()
104 DenseMtx_init(mtx, SPOOLES_REAL, 0, 0, nowned, ncols, 1, nowned) ; in JimSolveMPI()
105 DVcopy (nowned*ncols, DenseMtx_entries(mtx), sol) ; in JimSolveMPI()
106 IVcopy(nowned, mtx->rowind, IV_entries(bridge->myownedIV)) ; in JimSolveMPI()
/dports/math/spooles-mpich/spooles.2.2_SHARED/Eigen/srcMPI/
H A DJimMatMulMPI.c71 int irow, jcol, jj, kk, myid, neqns, nowned, tag = 0 ; in JimMatMulMPI() local
83 nowned = IV_size(bridge->myownedIV) ; in JimMatMulMPI()
91 if ( kk != nowned * ncols ) { in JimMatMulMPI()
93 myid, kk, nowned, ncols) ; in JimMatMulMPI()
105 *pprbtype, *pnrows, *pncols, nowned) ; in JimMatMulMPI()
108 MatMulMPI(&nowned, pncols, y, y, pprbtype, data) ; in JimMatMulMPI()
115 DenseMtx_init(mtx, SPOOLES_REAL, 0, 0, nowned, ncols, 1, nowned) ; in JimMatMulMPI()
116 DVcopy (nowned*ncols, DenseMtx_entries(mtx), y) ; in JimMatMulMPI()
117 IVcopy(nowned, mtx->rowind, IV_entries(bridge->myownedIV)) ; in JimMatMulMPI()
H A DJimSolveMPI.c45 neqns, nowned, tag = 0 ; in JimSolveMPI() local
71 nowned = IV_size(bridge->myownedIV) ; in JimSolveMPI()
79 if ( kk != nowned * ncols ) { in JimSolveMPI()
81 myid, kk, nowned, ncols) ; in JimSolveMPI()
93 SolveMPI(&nowned, pncols, sol, sol, data, perror) ; in JimSolveMPI()
104 DenseMtx_init(mtx, SPOOLES_REAL, 0, 0, nowned, ncols, 1, nowned) ; in JimSolveMPI()
105 DVcopy (nowned*ncols, DenseMtx_entries(mtx), sol) ; in JimSolveMPI()
106 IVcopy(nowned, mtx->rowind, IV_entries(bridge->myownedIV)) ; in JimSolveMPI()
/dports/math/spooles-mpich/spooles.2.2/Eigen/srcMPI/
H A DJimMatMulMPI.c71 int irow, jcol, jj, kk, myid, neqns, nowned, tag = 0 ; in JimMatMulMPI() local
83 nowned = IV_size(bridge->myownedIV) ; in JimMatMulMPI()
91 if ( kk != nowned * ncols ) { in JimMatMulMPI()
93 myid, kk, nowned, ncols) ; in JimMatMulMPI()
105 *pprbtype, *pnrows, *pncols, nowned) ; in JimMatMulMPI()
108 MatMulMPI(&nowned, pncols, y, y, pprbtype, data) ; in JimMatMulMPI()
115 DenseMtx_init(mtx, SPOOLES_REAL, 0, 0, nowned, ncols, 1, nowned) ; in JimMatMulMPI()
116 DVcopy (nowned*ncols, DenseMtx_entries(mtx), y) ; in JimMatMulMPI()
117 IVcopy(nowned, mtx->rowind, IV_entries(bridge->myownedIV)) ; in JimMatMulMPI()
H A DJimSolveMPI.c45 neqns, nowned, tag = 0 ; in JimSolveMPI() local
71 nowned = IV_size(bridge->myownedIV) ; in JimSolveMPI()
79 if ( kk != nowned * ncols ) { in JimSolveMPI()
81 myid, kk, nowned, ncols) ; in JimSolveMPI()
93 SolveMPI(&nowned, pncols, sol, sol, data, perror) ; in JimSolveMPI()
104 DenseMtx_init(mtx, SPOOLES_REAL, 0, 0, nowned, ncols, 1, nowned) ; in JimSolveMPI()
105 DVcopy (nowned*ncols, DenseMtx_entries(mtx), sol) ; in JimSolveMPI()
106 IVcopy(nowned, mtx->rowind, IV_entries(bridge->myownedIV)) ; in JimSolveMPI()
/dports/math/spooles/spooles.2.2_SHARED/Eigen/srcMPI/
H A DJimMatMulMPI.c71 int irow, jcol, jj, kk, myid, neqns, nowned, tag = 0 ; in JimMatMulMPI() local
83 nowned = IV_size(bridge->myownedIV) ; in JimMatMulMPI()
91 if ( kk != nowned * ncols ) { in JimMatMulMPI()
93 myid, kk, nowned, ncols) ; in JimMatMulMPI()
105 *pprbtype, *pnrows, *pncols, nowned) ; in JimMatMulMPI()
108 MatMulMPI(&nowned, pncols, y, y, pprbtype, data) ; in JimMatMulMPI()
115 DenseMtx_init(mtx, SPOOLES_REAL, 0, 0, nowned, ncols, 1, nowned) ; in JimMatMulMPI()
116 DVcopy (nowned*ncols, DenseMtx_entries(mtx), y) ; in JimMatMulMPI()
117 IVcopy(nowned, mtx->rowind, IV_entries(bridge->myownedIV)) ; in JimMatMulMPI()
H A DJimSolveMPI.c45 neqns, nowned, tag = 0 ; in JimSolveMPI() local
71 nowned = IV_size(bridge->myownedIV) ; in JimSolveMPI()
79 if ( kk != nowned * ncols ) { in JimSolveMPI()
81 myid, kk, nowned, ncols) ; in JimSolveMPI()
93 SolveMPI(&nowned, pncols, sol, sol, data, perror) ; in JimSolveMPI()
104 DenseMtx_init(mtx, SPOOLES_REAL, 0, 0, nowned, ncols, 1, nowned) ; in JimSolveMPI()
105 DVcopy (nowned*ncols, DenseMtx_entries(mtx), sol) ; in JimSolveMPI()
106 IVcopy(nowned, mtx->rowind, IV_entries(bridge->myownedIV)) ; in JimSolveMPI()
/dports/math/spooles/spooles.2.2/A2/doc/
H A DdataStructure.tex20 {\tt int nowned} : the number of entries that are ``owned'' by this
22 When {\tt nowned > 0},
23 {\tt entries} points to storage for {\tt nowned} entries,
24 ({\tt nowned} {\tt double}'s for the real case,
25 {\tt 2*nowned} {\tt double}'s for the complex case),
27 When {\tt nowned == 0} but {\tt n1 > 0} and {\tt n2 > 0},
/dports/math/spooles/spooles.2.2_SHARED/A2/doc/
H A DdataStructure.tex20 {\tt int nowned} : the number of entries that are ``owned'' by this
22 When {\tt nowned > 0},
23 {\tt entries} points to storage for {\tt nowned} entries,
24 ({\tt nowned} {\tt double}'s for the real case,
25 {\tt 2*nowned} {\tt double}'s for the complex case),
27 When {\tt nowned == 0} but {\tt n1 > 0} and {\tt n2 > 0},
/dports/math/spooles-mpich/spooles.2.2_SHARED/A2/doc/
H A DdataStructure.tex20 {\tt int nowned} : the number of entries that are ``owned'' by this
22 When {\tt nowned > 0},
23 {\tt entries} points to storage for {\tt nowned} entries,
24 ({\tt nowned} {\tt double}'s for the real case,
25 {\tt 2*nowned} {\tt double}'s for the complex case),
27 When {\tt nowned == 0} but {\tt n1 > 0} and {\tt n2 > 0},
/dports/math/spooles-mpich/spooles.2.2/A2/doc/
H A DdataStructure.tex20 {\tt int nowned} : the number of entries that are ``owned'' by this
22 When {\tt nowned > 0},
23 {\tt entries} points to storage for {\tt nowned} entries,
24 ({\tt nowned} {\tt double}'s for the real case,
25 {\tt 2*nowned} {\tt double}'s for the complex case),
27 When {\tt nowned == 0} but {\tt n1 > 0} and {\tt n2 > 0},
/dports/math/spooles/spooles.2.2/A2/src/
H A Dinit.c75 mtx->nowned = 0 ; in A2_init()
85 nbytesPresent = mtx->nowned * sizeof(double) ; in A2_init()
87 nbytesPresent = 2 * mtx->nowned * sizeof(double) ; in A2_init()
98 mtx->nowned = n1 * n2 ; in A2_init()
173 mtxA->nowned = 0 ; in A2_subA2()
/dports/math/spooles/spooles.2.2_SHARED/A2/src/
H A Dinit.c75 mtx->nowned = 0 ; in A2_init()
85 nbytesPresent = mtx->nowned * sizeof(double) ; in A2_init()
87 nbytesPresent = 2 * mtx->nowned * sizeof(double) ; in A2_init()
98 mtx->nowned = n1 * n2 ; in A2_init()
173 mtxA->nowned = 0 ; in A2_subA2()
H A Dbasics.c48 mtx->nowned = 0 ; in A2_setDefaultFields()
80 if ( mtx->nowned > 0 && mtx->entries != NULL ) { in A2_clearData()
/dports/math/spooles-mpich/spooles.2.2_SHARED/A2/src/
H A Dinit.c75 mtx->nowned = 0 ; in A2_init()
85 nbytesPresent = mtx->nowned * sizeof(double) ; in A2_init()
87 nbytesPresent = 2 * mtx->nowned * sizeof(double) ; in A2_init()
98 mtx->nowned = n1 * n2 ; in A2_init()
173 mtxA->nowned = 0 ; in A2_subA2()
/dports/math/spooles-mpich/spooles.2.2/A2/src/
H A Dinit.c75 mtx->nowned = 0 ; in A2_init()
85 nbytesPresent = mtx->nowned * sizeof(double) ; in A2_init()
87 nbytesPresent = 2 * mtx->nowned * sizeof(double) ; in A2_init()
98 mtx->nowned = n1 * n2 ; in A2_init()
173 mtxA->nowned = 0 ; in A2_subA2()
/dports/math/spooles-mpich/spooles.2.2/FrontMtx/src/
H A Dutil.c276 int J, neqns, nfront, nJ, nowned, nrowJ, offset ; in FrontMtx_ownedRowsIV() local
297 for ( J = 0, nowned = 0 ; J < nfront ; J++ ) { in FrontMtx_ownedRowsIV()
300 nowned += nJ ; in FrontMtx_ownedRowsIV()
303 if ( nowned > 0 ) { in FrontMtx_ownedRowsIV()
304 IV_init(ownedRowsIV, nowned, NULL) ; in FrontMtx_ownedRowsIV()
337 int J, neqns, nfront, nJ, nowned, ncolJ, offset ; in FrontMtx_ownedColumnsIV() local
358 for ( J = 0, nowned = 0 ; J < nfront ; J++ ) { in FrontMtx_ownedColumnsIV()
361 nowned += nJ ; in FrontMtx_ownedColumnsIV()
364 if ( nowned > 0 ) { in FrontMtx_ownedColumnsIV()
365 IV_init(ownedColumnsIV, nowned, NULL) ; in FrontMtx_ownedColumnsIV()
/dports/math/spooles-mpich/spooles.2.2_SHARED/FrontMtx/src/
H A Dutil.c276 int J, neqns, nfront, nJ, nowned, nrowJ, offset ; in FrontMtx_ownedRowsIV() local
297 for ( J = 0, nowned = 0 ; J < nfront ; J++ ) { in FrontMtx_ownedRowsIV()
300 nowned += nJ ; in FrontMtx_ownedRowsIV()
303 if ( nowned > 0 ) { in FrontMtx_ownedRowsIV()
304 IV_init(ownedRowsIV, nowned, NULL) ; in FrontMtx_ownedRowsIV()
337 int J, neqns, nfront, nJ, nowned, ncolJ, offset ; in FrontMtx_ownedColumnsIV() local
358 for ( J = 0, nowned = 0 ; J < nfront ; J++ ) { in FrontMtx_ownedColumnsIV()
361 nowned += nJ ; in FrontMtx_ownedColumnsIV()
364 if ( nowned > 0 ) { in FrontMtx_ownedColumnsIV()
365 IV_init(ownedColumnsIV, nowned, NULL) ; in FrontMtx_ownedColumnsIV()
/dports/math/spooles/spooles.2.2_SHARED/FrontMtx/src/
H A Dutil.c276 int J, neqns, nfront, nJ, nowned, nrowJ, offset ; in FrontMtx_ownedRowsIV() local
297 for ( J = 0, nowned = 0 ; J < nfront ; J++ ) { in FrontMtx_ownedRowsIV()
300 nowned += nJ ; in FrontMtx_ownedRowsIV()
303 if ( nowned > 0 ) { in FrontMtx_ownedRowsIV()
304 IV_init(ownedRowsIV, nowned, NULL) ; in FrontMtx_ownedRowsIV()
337 int J, neqns, nfront, nJ, nowned, ncolJ, offset ; in FrontMtx_ownedColumnsIV() local
358 for ( J = 0, nowned = 0 ; J < nfront ; J++ ) { in FrontMtx_ownedColumnsIV()
361 nowned += nJ ; in FrontMtx_ownedColumnsIV()
364 if ( nowned > 0 ) { in FrontMtx_ownedColumnsIV()
365 IV_init(ownedColumnsIV, nowned, NULL) ; in FrontMtx_ownedColumnsIV()
/dports/math/spooles/spooles.2.2/FrontMtx/src/
H A Dutil.c276 int J, neqns, nfront, nJ, nowned, nrowJ, offset ; in FrontMtx_ownedRowsIV() local
297 for ( J = 0, nowned = 0 ; J < nfront ; J++ ) { in FrontMtx_ownedRowsIV()
300 nowned += nJ ; in FrontMtx_ownedRowsIV()
303 if ( nowned > 0 ) { in FrontMtx_ownedRowsIV()
304 IV_init(ownedRowsIV, nowned, NULL) ; in FrontMtx_ownedRowsIV()
337 int J, neqns, nfront, nJ, nowned, ncolJ, offset ; in FrontMtx_ownedColumnsIV() local
358 for ( J = 0, nowned = 0 ; J < nfront ; J++ ) { in FrontMtx_ownedColumnsIV()
361 nowned += nJ ; in FrontMtx_ownedColumnsIV()
364 if ( nowned > 0 ) { in FrontMtx_ownedColumnsIV()
365 IV_init(ownedColumnsIV, nowned, NULL) ; in FrontMtx_ownedColumnsIV()
/dports/math/spooles/spooles.2.2/MPI/src/
H A DsplitInpMtx.c49 maxoutcount, myid, nDblIn, nDblOut, nent, nkeep, nowned, in InpMtx_MPI_split() local
169 nowned = nkeep + IVsum(nproc, incounts) ; in InpMtx_MPI_split()
171 fprintf(msgFile, "\n\n nkeep %d, nowned %d", nkeep, nowned) ; in InpMtx_MPI_split()
210 InpMtx_init(keepmtx, inpmtx->coordType, type, nowned, 0) ; in InpMtx_MPI_split()
447 nDblOut, nent, nowned, nproc, nvector, nvtx, in InpMtx_MPI_splitFromGlobal() local
581 nowned = outcounts[myid] ; in InpMtx_MPI_splitFromGlobal()
586 nowned = 0 ; in InpMtx_MPI_splitFromGlobal()
589 fprintf(msgFile, "\n\n nowned %d", nowned) ; in InpMtx_MPI_splitFromGlobal()
647 nowned = incount ; in InpMtx_MPI_splitFromGlobal()
658 InpMtx_init(Alocal, coordType, type, nowned, 0) ; in InpMtx_MPI_splitFromGlobal()
[all …]
/dports/math/spooles-mpich/spooles.2.2/MPI/src/
H A DsplitInpMtx.c49 maxoutcount, myid, nDblIn, nDblOut, nent, nkeep, nowned, in InpMtx_MPI_split() local
169 nowned = nkeep + IVsum(nproc, incounts) ; in InpMtx_MPI_split()
171 fprintf(msgFile, "\n\n nkeep %d, nowned %d", nkeep, nowned) ; in InpMtx_MPI_split()
210 InpMtx_init(keepmtx, inpmtx->coordType, type, nowned, 0) ; in InpMtx_MPI_split()
447 nDblOut, nent, nowned, nproc, nvector, nvtx, in InpMtx_MPI_splitFromGlobal() local
581 nowned = outcounts[myid] ; in InpMtx_MPI_splitFromGlobal()
586 nowned = 0 ; in InpMtx_MPI_splitFromGlobal()
589 fprintf(msgFile, "\n\n nowned %d", nowned) ; in InpMtx_MPI_splitFromGlobal()
647 nowned = incount ; in InpMtx_MPI_splitFromGlobal()
658 InpMtx_init(Alocal, coordType, type, nowned, 0) ; in InpMtx_MPI_splitFromGlobal()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/MPI/src/
H A DsplitInpMtx.c49 maxoutcount, myid, nDblIn, nDblOut, nent, nkeep, nowned, in InpMtx_MPI_split() local
169 nowned = nkeep + IVsum(nproc, incounts) ; in InpMtx_MPI_split()
171 fprintf(msgFile, "\n\n nkeep %d, nowned %d", nkeep, nowned) ; in InpMtx_MPI_split()
210 InpMtx_init(keepmtx, inpmtx->coordType, type, nowned, 0) ; in InpMtx_MPI_split()
447 nDblOut, nent, nowned, nproc, nvector, nvtx, in InpMtx_MPI_splitFromGlobal() local
581 nowned = outcounts[myid] ; in InpMtx_MPI_splitFromGlobal()
586 nowned = 0 ; in InpMtx_MPI_splitFromGlobal()
589 fprintf(msgFile, "\n\n nowned %d", nowned) ; in InpMtx_MPI_splitFromGlobal()
647 nowned = incount ; in InpMtx_MPI_splitFromGlobal()
658 InpMtx_init(Alocal, coordType, type, nowned, 0) ; in InpMtx_MPI_splitFromGlobal()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/MPI/src/
H A DsplitInpMtx.c49 maxoutcount, myid, nDblIn, nDblOut, nent, nkeep, nowned, in InpMtx_MPI_split() local
169 nowned = nkeep + IVsum(nproc, incounts) ; in InpMtx_MPI_split()
171 fprintf(msgFile, "\n\n nkeep %d, nowned %d", nkeep, nowned) ; in InpMtx_MPI_split()
210 InpMtx_init(keepmtx, inpmtx->coordType, type, nowned, 0) ; in InpMtx_MPI_split()
447 nDblOut, nent, nowned, nproc, nvector, nvtx, in InpMtx_MPI_splitFromGlobal() local
581 nowned = outcounts[myid] ; in InpMtx_MPI_splitFromGlobal()
586 nowned = 0 ; in InpMtx_MPI_splitFromGlobal()
589 fprintf(msgFile, "\n\n nowned %d", nowned) ; in InpMtx_MPI_splitFromGlobal()
647 nowned = incount ; in InpMtx_MPI_splitFromGlobal()
658 InpMtx_init(Alocal, coordType, type, nowned, 0) ; in InpMtx_MPI_splitFromGlobal()
[all …]

123