Home
last modified time | relevance | path

Searched refs:nodwghts (Results 1 – 25 of 96) sorted by relevance

1234

/dports/math/spooles-mpich/spooles.2.2_SHARED/ETree/src/
H A Dtransform.c235 costJ = nodwghts[J]*(nodwghts[K] + bndwghts[K] - bndwghts[J]) ; in ETree_mergeFrontsOne()
243 nodwghts[K] += nodwghts[J] ; in ETree_mergeFrontsOne()
309 IVfree(nodwghts) ; in ETree_mergeFrontsOne()
393 cost -= nodwghts[J]*nodwghts[J] ; in ETree_mergeFrontsAll()
410 nodwghts[K] += nodwghts[J] ; in ETree_mergeFrontsAll()
471 IVfree(nodwghts) ; in ETree_mergeFrontsAll()
635 IVfree(nodwghts) ; in ETree_mergeFrontsAny()
651 int nodwghts[], in visitAny() argument
679 + nodwghts[J] * (nodwghts[K] + bndwghts[K] - bndwghts[J]) ; in visitAny()
686 || (cost[J] == cost[bestJ] && nodwghts[J] < nodwghts[bestJ]) ) { in visitAny()
[all …]
H A Dstorage.c26 int *bndwghts, *fch, *nodwghts, *sib ; in ETree_MFstackProfile() local
39 nodwghts = ETree_nodwghts(etree) ; in ETree_MFstackProfile()
52 nDJ = nodwghts[J] ; in ETree_MFstackProfile()
173 nodwghts = ETree_nodwghts(etree) ; in ETree_GSstorageProfile()
189 nDJ = nodwghts[J] ; in ETree_GSstorageProfile()
321 nodwghts = ETree_nodwghts(etree) ; in ETree_FSstorageProfile()
335 nDJ = nodwghts[J] ; in ETree_FSstorageProfile()
341 nDJ = nodwghts[J] ; in ETree_FSstorageProfile()
409 nodwghts = ETree_nodwghts(etree) ; in ETree_forwSolveProfile()
423 nDJ = nodwghts[J] ; in ETree_forwSolveProfile()
[all …]
H A Dinit.c79 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_initFromGraph()
89 IVfill(nvtx, nodwghts, 1) ; in ETree_initFromGraph()
91 IVcopy(nvtx, nodwghts, g->vwghts) ; in ETree_initFromGraph()
100 bndwghts[u] += nodwghts[v] ; in ETree_initFromGraph()
177 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_initFromGraphWithPerms()
187 IVfill(nvtx, nodwghts, 1) ; in ETree_initFromGraphWithPerms()
275 nodwghts[ii] = (b <= bnd) ? b : bnd ; in ETree_initFromDenseMatrix()
276 bnd -= nodwghts[ii] ; in ETree_initFromDenseMatrix()
318 nodwghts[front] = last - first + 1 ; in ETree_initFromDenseMatrix()
338 sizeJ = nodwghts[J] ; in ETree_initFromDenseMatrix()
[all …]
H A Dcompress.c59 int *bndwghts, *fch, *frontmap, *nodwghts, *par, *sib ; in ETree_fundSupernodeMap() local
75 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_fundSupernodeMap()
96 || (nodwghts[front] + bndwghts[front] != bndwghts[child]) ) { in ETree_fundSupernodeMap()
127 *newvtxToFront, *nodwghts, *par, *vtxToFront ; in ETree_compress() local
147 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_compress()
181 oldfront, nodwghts[oldfront], parfront, newfront) ; in ETree_compress()
184 newnodwghts[newfront] += nodwghts[oldfront] ; in ETree_compress()
188 oldfront, nodwghts[oldfront], in ETree_compress()
H A Dmetrics.c54 int *bndwghts, *metric, *nodwghts ; in ETree_nentMetric() local
70 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_nentMetric()
74 nv = nodwghts[front] ; in ETree_nentMetric()
80 nv = nodwghts[front] ; in ETree_nentMetric()
/dports/math/spooles-mpich/spooles.2.2/ETree/src/
H A Dtransform.c235 costJ = nodwghts[J]*(nodwghts[K] + bndwghts[K] - bndwghts[J]) ; in ETree_mergeFrontsOne()
243 nodwghts[K] += nodwghts[J] ; in ETree_mergeFrontsOne()
309 IVfree(nodwghts) ; in ETree_mergeFrontsOne()
393 cost -= nodwghts[J]*nodwghts[J] ; in ETree_mergeFrontsAll()
410 nodwghts[K] += nodwghts[J] ; in ETree_mergeFrontsAll()
471 IVfree(nodwghts) ; in ETree_mergeFrontsAll()
635 IVfree(nodwghts) ; in ETree_mergeFrontsAny()
651 int nodwghts[], in visitAny() argument
679 + nodwghts[J] * (nodwghts[K] + bndwghts[K] - bndwghts[J]) ; in visitAny()
686 || (cost[J] == cost[bestJ] && nodwghts[J] < nodwghts[bestJ]) ) { in visitAny()
[all …]
H A Dstorage.c26 int *bndwghts, *fch, *nodwghts, *sib ; in ETree_MFstackProfile() local
39 nodwghts = ETree_nodwghts(etree) ; in ETree_MFstackProfile()
52 nDJ = nodwghts[J] ; in ETree_MFstackProfile()
173 nodwghts = ETree_nodwghts(etree) ; in ETree_GSstorageProfile()
189 nDJ = nodwghts[J] ; in ETree_GSstorageProfile()
321 nodwghts = ETree_nodwghts(etree) ; in ETree_FSstorageProfile()
335 nDJ = nodwghts[J] ; in ETree_FSstorageProfile()
341 nDJ = nodwghts[J] ; in ETree_FSstorageProfile()
409 nodwghts = ETree_nodwghts(etree) ; in ETree_forwSolveProfile()
423 nDJ = nodwghts[J] ; in ETree_forwSolveProfile()
[all …]
H A Dinit.c79 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_initFromGraph()
89 IVfill(nvtx, nodwghts, 1) ; in ETree_initFromGraph()
91 IVcopy(nvtx, nodwghts, g->vwghts) ; in ETree_initFromGraph()
100 bndwghts[u] += nodwghts[v] ; in ETree_initFromGraph()
177 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_initFromGraphWithPerms()
187 IVfill(nvtx, nodwghts, 1) ; in ETree_initFromGraphWithPerms()
275 nodwghts[ii] = (b <= bnd) ? b : bnd ; in ETree_initFromDenseMatrix()
276 bnd -= nodwghts[ii] ; in ETree_initFromDenseMatrix()
318 nodwghts[front] = last - first + 1 ; in ETree_initFromDenseMatrix()
338 sizeJ = nodwghts[J] ; in ETree_initFromDenseMatrix()
[all …]
H A Dcompress.c59 int *bndwghts, *fch, *frontmap, *nodwghts, *par, *sib ; in ETree_fundSupernodeMap() local
75 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_fundSupernodeMap()
96 || (nodwghts[front] + bndwghts[front] != bndwghts[child]) ) { in ETree_fundSupernodeMap()
127 *newvtxToFront, *nodwghts, *par, *vtxToFront ; in ETree_compress() local
147 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_compress()
181 oldfront, nodwghts[oldfront], parfront, newfront) ; in ETree_compress()
184 newnodwghts[newfront] += nodwghts[oldfront] ; in ETree_compress()
188 oldfront, nodwghts[oldfront], in ETree_compress()
H A Dmetrics.c54 int *bndwghts, *metric, *nodwghts ; in ETree_nentMetric() local
70 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_nentMetric()
74 nv = nodwghts[front] ; in ETree_nentMetric()
80 nv = nodwghts[front] ; in ETree_nentMetric()
H A DinitFromSubtree.c32 int *bndwghts, *bndwghtsSub, *localmap, *nodwghts, *nodwghtsSub, in ETree_initFromSubtree() local
117 nodwghts = ETree_nodwghts(etree) ; in ETree_initFromSubtree()
123 nodwghtsSub[Jsub] = nodwghts[J] ; in ETree_initFromSubtree()
/dports/math/spooles/spooles.2.2/ETree/src/
H A Dtransform.c235 costJ = nodwghts[J]*(nodwghts[K] + bndwghts[K] - bndwghts[J]) ; in ETree_mergeFrontsOne()
243 nodwghts[K] += nodwghts[J] ; in ETree_mergeFrontsOne()
309 IVfree(nodwghts) ; in ETree_mergeFrontsOne()
393 cost -= nodwghts[J]*nodwghts[J] ; in ETree_mergeFrontsAll()
410 nodwghts[K] += nodwghts[J] ; in ETree_mergeFrontsAll()
471 IVfree(nodwghts) ; in ETree_mergeFrontsAll()
635 IVfree(nodwghts) ; in ETree_mergeFrontsAny()
651 int nodwghts[], in visitAny() argument
679 + nodwghts[J] * (nodwghts[K] + bndwghts[K] - bndwghts[J]) ; in visitAny()
686 || (cost[J] == cost[bestJ] && nodwghts[J] < nodwghts[bestJ]) ) { in visitAny()
[all …]
H A Dstorage.c26 int *bndwghts, *fch, *nodwghts, *sib ; in ETree_MFstackProfile() local
39 nodwghts = ETree_nodwghts(etree) ; in ETree_MFstackProfile()
52 nDJ = nodwghts[J] ; in ETree_MFstackProfile()
173 nodwghts = ETree_nodwghts(etree) ; in ETree_GSstorageProfile()
189 nDJ = nodwghts[J] ; in ETree_GSstorageProfile()
321 nodwghts = ETree_nodwghts(etree) ; in ETree_FSstorageProfile()
335 nDJ = nodwghts[J] ; in ETree_FSstorageProfile()
341 nDJ = nodwghts[J] ; in ETree_FSstorageProfile()
409 nodwghts = ETree_nodwghts(etree) ; in ETree_forwSolveProfile()
423 nDJ = nodwghts[J] ; in ETree_forwSolveProfile()
[all …]
H A Dinit.c79 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_initFromGraph()
89 IVfill(nvtx, nodwghts, 1) ; in ETree_initFromGraph()
91 IVcopy(nvtx, nodwghts, g->vwghts) ; in ETree_initFromGraph()
100 bndwghts[u] += nodwghts[v] ; in ETree_initFromGraph()
177 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_initFromGraphWithPerms()
187 IVfill(nvtx, nodwghts, 1) ; in ETree_initFromGraphWithPerms()
275 nodwghts[ii] = (b <= bnd) ? b : bnd ; in ETree_initFromDenseMatrix()
276 bnd -= nodwghts[ii] ; in ETree_initFromDenseMatrix()
318 nodwghts[front] = last - first + 1 ; in ETree_initFromDenseMatrix()
338 sizeJ = nodwghts[J] ; in ETree_initFromDenseMatrix()
[all …]
H A Dcompress.c59 int *bndwghts, *fch, *frontmap, *nodwghts, *par, *sib ; in ETree_fundSupernodeMap() local
75 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_fundSupernodeMap()
96 || (nodwghts[front] + bndwghts[front] != bndwghts[child]) ) { in ETree_fundSupernodeMap()
127 *newvtxToFront, *nodwghts, *par, *vtxToFront ; in ETree_compress() local
147 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_compress()
181 oldfront, nodwghts[oldfront], parfront, newfront) ; in ETree_compress()
184 newnodwghts[newfront] += nodwghts[oldfront] ; in ETree_compress()
188 oldfront, nodwghts[oldfront], in ETree_compress()
H A Dmetrics.c54 int *bndwghts, *metric, *nodwghts ; in ETree_nentMetric() local
70 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_nentMetric()
74 nv = nodwghts[front] ; in ETree_nentMetric()
80 nv = nodwghts[front] ; in ETree_nentMetric()
/dports/math/spooles/spooles.2.2_SHARED/ETree/src/
H A Dtransform.c235 costJ = nodwghts[J]*(nodwghts[K] + bndwghts[K] - bndwghts[J]) ; in ETree_mergeFrontsOne()
243 nodwghts[K] += nodwghts[J] ; in ETree_mergeFrontsOne()
309 IVfree(nodwghts) ; in ETree_mergeFrontsOne()
393 cost -= nodwghts[J]*nodwghts[J] ; in ETree_mergeFrontsAll()
410 nodwghts[K] += nodwghts[J] ; in ETree_mergeFrontsAll()
471 IVfree(nodwghts) ; in ETree_mergeFrontsAll()
635 IVfree(nodwghts) ; in ETree_mergeFrontsAny()
651 int nodwghts[], in visitAny() argument
679 + nodwghts[J] * (nodwghts[K] + bndwghts[K] - bndwghts[J]) ; in visitAny()
686 || (cost[J] == cost[bestJ] && nodwghts[J] < nodwghts[bestJ]) ) { in visitAny()
[all …]
H A Dstorage.c26 int *bndwghts, *fch, *nodwghts, *sib ; in ETree_MFstackProfile() local
39 nodwghts = ETree_nodwghts(etree) ; in ETree_MFstackProfile()
52 nDJ = nodwghts[J] ; in ETree_MFstackProfile()
173 nodwghts = ETree_nodwghts(etree) ; in ETree_GSstorageProfile()
189 nDJ = nodwghts[J] ; in ETree_GSstorageProfile()
321 nodwghts = ETree_nodwghts(etree) ; in ETree_FSstorageProfile()
335 nDJ = nodwghts[J] ; in ETree_FSstorageProfile()
341 nDJ = nodwghts[J] ; in ETree_FSstorageProfile()
409 nodwghts = ETree_nodwghts(etree) ; in ETree_forwSolveProfile()
423 nDJ = nodwghts[J] ; in ETree_forwSolveProfile()
[all …]
H A Dinit.c79 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_initFromGraph()
89 IVfill(nvtx, nodwghts, 1) ; in ETree_initFromGraph()
91 IVcopy(nvtx, nodwghts, g->vwghts) ; in ETree_initFromGraph()
100 bndwghts[u] += nodwghts[v] ; in ETree_initFromGraph()
177 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_initFromGraphWithPerms()
187 IVfill(nvtx, nodwghts, 1) ; in ETree_initFromGraphWithPerms()
275 nodwghts[ii] = (b <= bnd) ? b : bnd ; in ETree_initFromDenseMatrix()
276 bnd -= nodwghts[ii] ; in ETree_initFromDenseMatrix()
318 nodwghts[front] = last - first + 1 ; in ETree_initFromDenseMatrix()
338 sizeJ = nodwghts[J] ; in ETree_initFromDenseMatrix()
[all …]
H A Dcompress.c59 int *bndwghts, *fch, *frontmap, *nodwghts, *par, *sib ; in ETree_fundSupernodeMap() local
75 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_fundSupernodeMap()
96 || (nodwghts[front] + bndwghts[front] != bndwghts[child]) ) { in ETree_fundSupernodeMap()
127 *newvtxToFront, *nodwghts, *par, *vtxToFront ; in ETree_compress() local
147 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_compress()
181 oldfront, nodwghts[oldfront], parfront, newfront) ; in ETree_compress()
184 newnodwghts[newfront] += nodwghts[oldfront] ; in ETree_compress()
188 oldfront, nodwghts[oldfront], in ETree_compress()
H A Dmetrics.c54 int *bndwghts, *metric, *nodwghts ; in ETree_nentMetric() local
70 nodwghts = IV_entries(etree->nodwghtsIV) ; in ETree_nentMetric()
74 nv = nodwghts[front] ; in ETree_nentMetric()
80 nv = nodwghts[front] ; in ETree_nentMetric()
/dports/math/spooles/spooles.2.2/MPI/src/
H A DsymbfacMPI.c276 nodwghts = ETree_nodwghts(frontETree), in initSupportedIVL()
306 sizes[J] = nodwghts[J] + bndwghts[J] ; in initSupportedIVL()
367 nodwghts = ETree_nodwghts(frontETree), in doCooperativeWork()
495 J, nodwghts[J], bndwghts[J]) ; in doCooperativeWork()
521 bndwghts[J] = ii - nodwghts[J] ; in doCooperativeWork()
542 nDJ = nodwghts[J] ; in doCooperativeWork()
734 int *bndwghts, *fch, *indices, *nodwghts, *sib ; in wakeupFront() local
750 nodwghts = ETree_nodwghts(frontETree) ; in wakeupFront()
765 msg->size = nodwghts[I] + bndwghts[I] ; in wakeupFront()
826 int nodwghts[], in checkRecvMessages() argument
[all …]
/dports/math/spooles-mpich/spooles.2.2/MPI/src/
H A DsymbfacMPI.c276 nodwghts = ETree_nodwghts(frontETree), in initSupportedIVL()
306 sizes[J] = nodwghts[J] + bndwghts[J] ; in initSupportedIVL()
367 nodwghts = ETree_nodwghts(frontETree), in doCooperativeWork()
495 J, nodwghts[J], bndwghts[J]) ; in doCooperativeWork()
521 bndwghts[J] = ii - nodwghts[J] ; in doCooperativeWork()
542 nDJ = nodwghts[J] ; in doCooperativeWork()
734 int *bndwghts, *fch, *indices, *nodwghts, *sib ; in wakeupFront() local
750 nodwghts = ETree_nodwghts(frontETree) ; in wakeupFront()
765 msg->size = nodwghts[I] + bndwghts[I] ; in wakeupFront()
826 int nodwghts[], in checkRecvMessages() argument
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/MPI/src/
H A DsymbfacMPI.c276 nodwghts = ETree_nodwghts(frontETree), in initSupportedIVL()
306 sizes[J] = nodwghts[J] + bndwghts[J] ; in initSupportedIVL()
367 nodwghts = ETree_nodwghts(frontETree), in doCooperativeWork()
495 J, nodwghts[J], bndwghts[J]) ; in doCooperativeWork()
521 bndwghts[J] = ii - nodwghts[J] ; in doCooperativeWork()
542 nDJ = nodwghts[J] ; in doCooperativeWork()
734 int *bndwghts, *fch, *indices, *nodwghts, *sib ; in wakeupFront() local
750 nodwghts = ETree_nodwghts(frontETree) ; in wakeupFront()
765 msg->size = nodwghts[I] + bndwghts[I] ; in wakeupFront()
826 int nodwghts[], in checkRecvMessages() argument
[all …]
/dports/math/spooles/spooles.2.2_SHARED/MPI/src/
H A DsymbfacMPI.c276 nodwghts = ETree_nodwghts(frontETree), in initSupportedIVL()
306 sizes[J] = nodwghts[J] + bndwghts[J] ; in initSupportedIVL()
367 nodwghts = ETree_nodwghts(frontETree), in doCooperativeWork()
495 J, nodwghts[J], bndwghts[J]) ; in doCooperativeWork()
521 bndwghts[J] = ii - nodwghts[J] ; in doCooperativeWork()
542 nDJ = nodwghts[J] ; in doCooperativeWork()
734 int *bndwghts, *fch, *indices, *nodwghts, *sib ; in wakeupFront() local
750 nodwghts = ETree_nodwghts(frontETree) ; in wakeupFront()
765 msg->size = nodwghts[I] + bndwghts[I] ; in wakeupFront()
826 int nodwghts[], in checkRecvMessages() argument
[all …]

1234