/dports/math/spooles/spooles.2.2/MSMD/src/ |
H A D | frontETree.c | 21 int *bndwghts, *fch, *nodwghts, *par, *sib, *vtxToFront ; in MSMD_frontETree() local 85 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in MSMD_frontETree() 99 vtxToFront[iv] = nfront++ ; in MSMD_frontETree() 102 v->id, v->wght, iv, vtxToFront[iv]) ; in MSMD_frontETree() 108 vtxToFront[iv] = nfront++ ; in MSMD_frontETree() 111 v->id, v->wght, iv, vtxToFront[iv]) ; in MSMD_frontETree() 154 vtxToFront[v->id] = vtxToFront[w->id] ; in MSMD_frontETree() 157 iv, vtxToFront[iv]) ; in MSMD_frontETree() 185 front = vtxToFront[iv] ; in MSMD_frontETree() 191 par[vtxToFront[v->id]] = vtxToFront[w->id] ; in MSMD_frontETree()
|
/dports/math/spooles-mpich/spooles.2.2_SHARED/MSMD/src/ |
H A D | frontETree.c | 21 int *bndwghts, *fch, *nodwghts, *par, *sib, *vtxToFront ; in MSMD_frontETree() local 85 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in MSMD_frontETree() 99 vtxToFront[iv] = nfront++ ; in MSMD_frontETree() 102 v->id, v->wght, iv, vtxToFront[iv]) ; in MSMD_frontETree() 108 vtxToFront[iv] = nfront++ ; in MSMD_frontETree() 111 v->id, v->wght, iv, vtxToFront[iv]) ; in MSMD_frontETree() 154 vtxToFront[v->id] = vtxToFront[w->id] ; in MSMD_frontETree() 157 iv, vtxToFront[iv]) ; in MSMD_frontETree() 185 front = vtxToFront[iv] ; in MSMD_frontETree() 191 par[vtxToFront[v->id]] = vtxToFront[w->id] ; in MSMD_frontETree()
|
/dports/math/spooles-mpich/spooles.2.2/MSMD/src/ |
H A D | frontETree.c | 21 int *bndwghts, *fch, *nodwghts, *par, *sib, *vtxToFront ; in MSMD_frontETree() local 85 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in MSMD_frontETree() 99 vtxToFront[iv] = nfront++ ; in MSMD_frontETree() 102 v->id, v->wght, iv, vtxToFront[iv]) ; in MSMD_frontETree() 108 vtxToFront[iv] = nfront++ ; in MSMD_frontETree() 111 v->id, v->wght, iv, vtxToFront[iv]) ; in MSMD_frontETree() 154 vtxToFront[v->id] = vtxToFront[w->id] ; in MSMD_frontETree() 157 iv, vtxToFront[iv]) ; in MSMD_frontETree() 185 front = vtxToFront[iv] ; in MSMD_frontETree() 191 par[vtxToFront[v->id]] = vtxToFront[w->id] ; in MSMD_frontETree()
|
/dports/math/spooles/spooles.2.2_SHARED/MSMD/src/ |
H A D | frontETree.c | 21 int *bndwghts, *fch, *nodwghts, *par, *sib, *vtxToFront ; in MSMD_frontETree() local 85 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in MSMD_frontETree() 99 vtxToFront[iv] = nfront++ ; in MSMD_frontETree() 102 v->id, v->wght, iv, vtxToFront[iv]) ; in MSMD_frontETree() 108 vtxToFront[iv] = nfront++ ; in MSMD_frontETree() 111 v->id, v->wght, iv, vtxToFront[iv]) ; in MSMD_frontETree() 154 vtxToFront[v->id] = vtxToFront[w->id] ; in MSMD_frontETree() 157 iv, vtxToFront[iv]) ; in MSMD_frontETree() 185 front = vtxToFront[iv] ; in MSMD_frontETree() 191 par[vtxToFront[v->id]] = vtxToFront[w->id] ; in MSMD_frontETree()
|
/dports/math/spooles-mpich/spooles.2.2_SHARED/ETree/src/ |
H A D | permute.c | 92 int *head, *link, *newToOld, *vtxToFront ; in ETree_newToOldVtxPerm() local 106 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_newToOldVtxPerm() 123 front = vtxToFront[v] ; in ETree_newToOldVtxPerm() 158 int *head, *link, *oldToNew, *vtxToFront ; in ETree_oldToNewVtxPerm() local 172 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_oldToNewVtxPerm() 189 front = vtxToFront[v] ; in ETree_oldToNewVtxPerm() 226 int *oldToNew, *temp, *vtxToFront ; in ETree_permuteVertices() local 243 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_permuteVertices() 247 temp[oldToNew[v]] = vtxToFront[v] ; in ETree_permuteVertices() 249 IVcopy(nvtx, vtxToFront, temp) ; in ETree_permuteVertices()
|
H A D | ms.c | 25 int *compids, *dmetric, *vtxToFront ; in ETree_msByDepth() local 40 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_msByDepth() 70 front = vtxToFront[v] ; in ETree_msByDepth() 95 int *compids, *tmetric, *vtxToFront ; in ETree_msByNvtxCutoff() local 137 front = vtxToFront[v] ; in ETree_msByNvtxCutoff() 167 int *compids, *tmetric, *vtxToFront ; in ETree_msByNentCutoff() local 209 front = vtxToFront[v] ; in ETree_msByNentCutoff() 245 int *compids, *vtxToFront ; in ETree_msByNopsCutoff() local 289 front = vtxToFront[v] ; in ETree_msByNopsCutoff() 394 J = vtxToFront[v] ; in ETree_msStats() [all …]
|
/dports/math/spooles-mpich/spooles.2.2/ETree/src/ |
H A D | permute.c | 92 int *head, *link, *newToOld, *vtxToFront ; in ETree_newToOldVtxPerm() local 106 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_newToOldVtxPerm() 123 front = vtxToFront[v] ; in ETree_newToOldVtxPerm() 158 int *head, *link, *oldToNew, *vtxToFront ; in ETree_oldToNewVtxPerm() local 172 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_oldToNewVtxPerm() 189 front = vtxToFront[v] ; in ETree_oldToNewVtxPerm() 226 int *oldToNew, *temp, *vtxToFront ; in ETree_permuteVertices() local 243 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_permuteVertices() 247 temp[oldToNew[v]] = vtxToFront[v] ; in ETree_permuteVertices() 249 IVcopy(nvtx, vtxToFront, temp) ; in ETree_permuteVertices()
|
H A D | ms.c | 25 int *compids, *dmetric, *vtxToFront ; in ETree_msByDepth() local 40 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_msByDepth() 70 front = vtxToFront[v] ; in ETree_msByDepth() 95 int *compids, *tmetric, *vtxToFront ; in ETree_msByNvtxCutoff() local 137 front = vtxToFront[v] ; in ETree_msByNvtxCutoff() 167 int *compids, *tmetric, *vtxToFront ; in ETree_msByNentCutoff() local 209 front = vtxToFront[v] ; in ETree_msByNentCutoff() 245 int *compids, *vtxToFront ; in ETree_msByNopsCutoff() local 289 front = vtxToFront[v] ; in ETree_msByNopsCutoff() 394 J = vtxToFront[v] ; in ETree_msStats() [all …]
|
/dports/math/spooles/spooles.2.2/ETree/src/ |
H A D | permute.c | 92 int *head, *link, *newToOld, *vtxToFront ; in ETree_newToOldVtxPerm() local 106 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_newToOldVtxPerm() 123 front = vtxToFront[v] ; in ETree_newToOldVtxPerm() 158 int *head, *link, *oldToNew, *vtxToFront ; in ETree_oldToNewVtxPerm() local 172 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_oldToNewVtxPerm() 189 front = vtxToFront[v] ; in ETree_oldToNewVtxPerm() 226 int *oldToNew, *temp, *vtxToFront ; in ETree_permuteVertices() local 243 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_permuteVertices() 247 temp[oldToNew[v]] = vtxToFront[v] ; in ETree_permuteVertices() 249 IVcopy(nvtx, vtxToFront, temp) ; in ETree_permuteVertices()
|
H A D | ms.c | 25 int *compids, *dmetric, *vtxToFront ; in ETree_msByDepth() local 40 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_msByDepth() 70 front = vtxToFront[v] ; in ETree_msByDepth() 95 int *compids, *tmetric, *vtxToFront ; in ETree_msByNvtxCutoff() local 137 front = vtxToFront[v] ; in ETree_msByNvtxCutoff() 167 int *compids, *tmetric, *vtxToFront ; in ETree_msByNentCutoff() local 209 front = vtxToFront[v] ; in ETree_msByNentCutoff() 245 int *compids, *vtxToFront ; in ETree_msByNopsCutoff() local 289 front = vtxToFront[v] ; in ETree_msByNopsCutoff() 394 J = vtxToFront[v] ; in ETree_msStats() [all …]
|
/dports/math/spooles/spooles.2.2_SHARED/ETree/src/ |
H A D | permute.c | 92 int *head, *link, *newToOld, *vtxToFront ; in ETree_newToOldVtxPerm() local 106 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_newToOldVtxPerm() 123 front = vtxToFront[v] ; in ETree_newToOldVtxPerm() 158 int *head, *link, *oldToNew, *vtxToFront ; in ETree_oldToNewVtxPerm() local 172 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_oldToNewVtxPerm() 189 front = vtxToFront[v] ; in ETree_oldToNewVtxPerm() 226 int *oldToNew, *temp, *vtxToFront ; in ETree_permuteVertices() local 243 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_permuteVertices() 247 temp[oldToNew[v]] = vtxToFront[v] ; in ETree_permuteVertices() 249 IVcopy(nvtx, vtxToFront, temp) ; in ETree_permuteVertices()
|
H A D | ms.c | 25 int *compids, *dmetric, *vtxToFront ; in ETree_msByDepth() local 40 vtxToFront = IV_entries(etree->vtxToFrontIV) ; in ETree_msByDepth() 70 front = vtxToFront[v] ; in ETree_msByDepth() 95 int *compids, *tmetric, *vtxToFront ; in ETree_msByNvtxCutoff() local 137 front = vtxToFront[v] ; in ETree_msByNvtxCutoff() 167 int *compids, *tmetric, *vtxToFront ; in ETree_msByNentCutoff() local 209 front = vtxToFront[v] ; in ETree_msByNentCutoff() 245 int *compids, *vtxToFront ; in ETree_msByNopsCutoff() local 289 front = vtxToFront[v] ; in ETree_msByNopsCutoff() 394 J = vtxToFront[v] ; in ETree_msStats() [all …]
|
/dports/math/spooles-mpich/spooles.2.2_SHARED/SymbFac/src/ |
H A D | symbfac.c | 24 *nodwghts, *sib, *vwghts, *vtxToFront ; in SymbFac_initFromGraph() local 65 front = vtxToFront[v] ; in SymbFac_initFromGraph() 110 if ( vtxToFront[v] > J ) { in SymbFac_initFromGraph() 166 keys[ii] = vtxToFront[v] ; in SymbFac_initFromGraph() 183 if ( vtxToFront[v] != front ) { in SymbFac_initFromGraph() 189 front = vtxToFront[v] ; in SymbFac_initFromGraph() 240 *nodwghts, *sib, *vtxToFront ; in SymbFac_initFromInpMtx() local 301 front = vtxToFront[v] ; in SymbFac_initFromInpMtx() 343 if ( vtxToFront[v] > J ) { in SymbFac_initFromInpMtx() 529 front = vtxToFront[v] ; in SymbFac_initFromPencil() [all …]
|
/dports/math/spooles-mpich/spooles.2.2/SymbFac/src/ |
H A D | symbfac.c | 24 *nodwghts, *sib, *vwghts, *vtxToFront ; in SymbFac_initFromGraph() local 65 front = vtxToFront[v] ; in SymbFac_initFromGraph() 110 if ( vtxToFront[v] > J ) { in SymbFac_initFromGraph() 166 keys[ii] = vtxToFront[v] ; in SymbFac_initFromGraph() 183 if ( vtxToFront[v] != front ) { in SymbFac_initFromGraph() 189 front = vtxToFront[v] ; in SymbFac_initFromGraph() 240 *nodwghts, *sib, *vtxToFront ; in SymbFac_initFromInpMtx() local 301 front = vtxToFront[v] ; in SymbFac_initFromInpMtx() 343 if ( vtxToFront[v] > J ) { in SymbFac_initFromInpMtx() 529 front = vtxToFront[v] ; in SymbFac_initFromPencil() [all …]
|
/dports/math/spooles/spooles.2.2_SHARED/SymbFac/src/ |
H A D | symbfac.c | 24 *nodwghts, *sib, *vwghts, *vtxToFront ; in SymbFac_initFromGraph() local 65 front = vtxToFront[v] ; in SymbFac_initFromGraph() 110 if ( vtxToFront[v] > J ) { in SymbFac_initFromGraph() 166 keys[ii] = vtxToFront[v] ; in SymbFac_initFromGraph() 183 if ( vtxToFront[v] != front ) { in SymbFac_initFromGraph() 189 front = vtxToFront[v] ; in SymbFac_initFromGraph() 240 *nodwghts, *sib, *vtxToFront ; in SymbFac_initFromInpMtx() local 301 front = vtxToFront[v] ; in SymbFac_initFromInpMtx() 343 if ( vtxToFront[v] > J ) { in SymbFac_initFromInpMtx() 529 front = vtxToFront[v] ; in SymbFac_initFromPencil() [all …]
|
/dports/math/spooles/spooles.2.2/SymbFac/src/ |
H A D | symbfac.c | 24 *nodwghts, *sib, *vwghts, *vtxToFront ; in SymbFac_initFromGraph() local 65 front = vtxToFront[v] ; in SymbFac_initFromGraph() 110 if ( vtxToFront[v] > J ) { in SymbFac_initFromGraph() 166 keys[ii] = vtxToFront[v] ; in SymbFac_initFromGraph() 183 if ( vtxToFront[v] != front ) { in SymbFac_initFromGraph() 189 front = vtxToFront[v] ; in SymbFac_initFromGraph() 240 *nodwghts, *sib, *vtxToFront ; in SymbFac_initFromInpMtx() local 301 front = vtxToFront[v] ; in SymbFac_initFromInpMtx() 343 if ( vtxToFront[v] > J ) { in SymbFac_initFromInpMtx() 529 front = vtxToFront[v] ; in SymbFac_initFromPencil() [all …]
|
/dports/math/spooles-mpich/spooles.2.2_SHARED/MPI/src/ |
H A D | colmapMPI.c | 27 *colindJ, *colmap, *vtxToFront ; in FrontMtx_MPI_colmapIV() local 37 vtxToFront = ETree_vtxToFront(frontmtx->frontETree) ; in FrontMtx_MPI_colmapIV() 63 if ( frontOwners[vtxToFront[v]] != myid ) { in FrontMtx_MPI_colmapIV() 66 v, frontOwners[vtxToFront[v]]) ; in FrontMtx_MPI_colmapIV() 103 IVgather(neqns, colmap, frontOwners, vtxToFront) ; in FrontMtx_MPI_colmapIV()
|
H A D | rowmapMPI.c | 27 *rowindJ, *rowmap, *vtxToFront ; in FrontMtx_MPI_rowmapIV() local 37 vtxToFront = ETree_vtxToFront(frontmtx->frontETree) ; in FrontMtx_MPI_rowmapIV() 63 if ( frontOwners[vtxToFront[v]] != myid ) { in FrontMtx_MPI_rowmapIV() 66 v, frontOwners[vtxToFront[v]]) ; in FrontMtx_MPI_rowmapIV() 103 IVgather(neqns, rowmap, frontOwners, vtxToFront) ; in FrontMtx_MPI_rowmapIV()
|
/dports/math/spooles-mpich/spooles.2.2/MPI/src/ |
H A D | colmapMPI.c | 27 *colindJ, *colmap, *vtxToFront ; in FrontMtx_MPI_colmapIV() local 37 vtxToFront = ETree_vtxToFront(frontmtx->frontETree) ; in FrontMtx_MPI_colmapIV() 63 if ( frontOwners[vtxToFront[v]] != myid ) { in FrontMtx_MPI_colmapIV() 66 v, frontOwners[vtxToFront[v]]) ; in FrontMtx_MPI_colmapIV() 103 IVgather(neqns, colmap, frontOwners, vtxToFront) ; in FrontMtx_MPI_colmapIV()
|
H A D | rowmapMPI.c | 27 *rowindJ, *rowmap, *vtxToFront ; in FrontMtx_MPI_rowmapIV() local 37 vtxToFront = ETree_vtxToFront(frontmtx->frontETree) ; in FrontMtx_MPI_rowmapIV() 63 if ( frontOwners[vtxToFront[v]] != myid ) { in FrontMtx_MPI_rowmapIV() 66 v, frontOwners[vtxToFront[v]]) ; in FrontMtx_MPI_rowmapIV() 103 IVgather(neqns, rowmap, frontOwners, vtxToFront) ; in FrontMtx_MPI_rowmapIV()
|
/dports/math/spooles/spooles.2.2_SHARED/MPI/src/ |
H A D | rowmapMPI.c | 27 *rowindJ, *rowmap, *vtxToFront ; in FrontMtx_MPI_rowmapIV() local 37 vtxToFront = ETree_vtxToFront(frontmtx->frontETree) ; in FrontMtx_MPI_rowmapIV() 63 if ( frontOwners[vtxToFront[v]] != myid ) { in FrontMtx_MPI_rowmapIV() 66 v, frontOwners[vtxToFront[v]]) ; in FrontMtx_MPI_rowmapIV() 103 IVgather(neqns, rowmap, frontOwners, vtxToFront) ; in FrontMtx_MPI_rowmapIV()
|
H A D | colmapMPI.c | 27 *colindJ, *colmap, *vtxToFront ; in FrontMtx_MPI_colmapIV() local 37 vtxToFront = ETree_vtxToFront(frontmtx->frontETree) ; in FrontMtx_MPI_colmapIV() 63 if ( frontOwners[vtxToFront[v]] != myid ) { in FrontMtx_MPI_colmapIV() 66 v, frontOwners[vtxToFront[v]]) ; in FrontMtx_MPI_colmapIV() 103 IVgather(neqns, colmap, frontOwners, vtxToFront) ; in FrontMtx_MPI_colmapIV()
|
/dports/math/spooles/spooles.2.2/MPI/src/ |
H A D | rowmapMPI.c | 27 *rowindJ, *rowmap, *vtxToFront ; in FrontMtx_MPI_rowmapIV() local 37 vtxToFront = ETree_vtxToFront(frontmtx->frontETree) ; in FrontMtx_MPI_rowmapIV() 63 if ( frontOwners[vtxToFront[v]] != myid ) { in FrontMtx_MPI_rowmapIV() 66 v, frontOwners[vtxToFront[v]]) ; in FrontMtx_MPI_rowmapIV() 103 IVgather(neqns, rowmap, frontOwners, vtxToFront) ; in FrontMtx_MPI_rowmapIV()
|
H A D | colmapMPI.c | 27 *colindJ, *colmap, *vtxToFront ; in FrontMtx_MPI_colmapIV() local 37 vtxToFront = ETree_vtxToFront(frontmtx->frontETree) ; in FrontMtx_MPI_colmapIV() 63 if ( frontOwners[vtxToFront[v]] != myid ) { in FrontMtx_MPI_colmapIV() 66 v, frontOwners[vtxToFront[v]]) ; in FrontMtx_MPI_colmapIV() 103 IVgather(neqns, colmap, frontOwners, vtxToFront) ; in FrontMtx_MPI_colmapIV()
|
/dports/math/spooles-mpich/spooles.2.2_SHARED/misc/drivers/ |
H A D | testOptPart.c | 25 int *adjJ, *compids, *nodwghts, *vadj, *vtxToFront, *vwghts ; in main() local 105 vtxToFront = ETree_vtxToFront(etree) ; in main() 202 K = vtxToFront[w] ; in main() 239 J = vtxToFront[v] ; in main() 244 K = vtxToFront[w] ; in main() 256 J = vtxToFront[v] ; in main() 261 K = vtxToFront[w] ; in main()
|