Home
last modified time | relevance | path

Searched refs:cgrfdat (Results 1 – 8 of 8) sorted by relevance

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dvdgraph_separate_sq.c168 …reduloctab[0] = ((cgrfdat.fronnbr != 0) || ((cgrfdat.compload[0] != 0) && (cgrfdat.compload[1] != … in vdgraphSeparateSq()
169 ? cgrfdat.fronnbr in vdgraphSeparateSq()
171 reduloctab[1] = cgrfdat.comploaddlt; in vdgraphSeparateSq()
196 vgraphExit (&cgrfdat); in vdgraphSeparateSq()
203 reduloctab[1] = cgrfdat.compload[1]; in vdgraphSeparateSq()
204 reduloctab[2] = cgrfdat.compload[2]; in vdgraphSeparateSq()
205 reduloctab[3] = cgrfdat.comploaddlt; in vdgraphSeparateSq()
206 reduloctab[4] = cgrfdat.compsize[0]; in vdgraphSeparateSq()
207 reduloctab[5] = cgrfdat.compsize[1]; in vdgraphSeparateSq()
208 reduloctab[6] = cgrfdat.fronnbr; in vdgraphSeparateSq()
[all …]
H A Dbdgraph_bipart_sq.c164 o = bdgraphGatherAll (dgrfptr, &cgrfdat); in bdgraphBipartSq()
177 …reduloctab[0] = ((cgrfdat.fronnbr != 0) || ((cgrfdat.compsize0 != 0) && ((cgrfdat.s.vertnbr - cgrf… in bdgraphBipartSq()
178 ? cgrfdat.commload in bdgraphBipartSq()
180 reduloctab[1] = cgrfdat.compload0dlt; in bdgraphBipartSq()
217 bgraphExit (&cgrfdat); in bdgraphBipartSq()
223 reduloctab[0] = cgrfdat.compload0; /* Global values to share */ in bdgraphBipartSq()
224 reduloctab[1] = cgrfdat.compsize0; in bdgraphBipartSq()
225 reduloctab[2] = cgrfdat.commload; in bdgraphBipartSq()
226 reduloctab[3] = cgrfdat.commgainextn; in bdgraphBipartSq()
227 reduloctab[4] = cgrfdat.fronnbr; in bdgraphBipartSq()
[all …]
H A Dhdgraph_order_sq.c84 Hgraph cgrfdat; /* Centralized halo graph data */ in hdgraphOrderSq() local
88 cgrfptr = (grafptr->s.proclocnum == 0) ? &cgrfdat : NULL; /* Set root process */ in hdgraphOrderSq()
96 o = hdgraphOrderSq2 (&cgrfdat, cblkptr, paraptr->ordstratseq); in hdgraphOrderSq()
97 hgraphFree (&cgrfdat); in hdgraphOrderSq()
H A Dhdgraph_order_nd.c111 …fldcgrfptr = (fldthrdptr->fldprocnum == 0) ? &fldgrafptr->data.cgrfdat : NULL; /* See if we are th… in hdgraphOrderNdFold2()
404 o = hdgraphOrderSq2 (&indgrafdat01.data.cgrfdat, cblkptr01, paraptr->ordstratseq); in hdgraphOrderNd()
405 …hgraphExit (&indgrafdat01.data.cgrfdat); /* Free centralized graph here as it is last level … in hdgraphOrderNd()
H A Dkdgraph_map_rb_part.h58 Graph cgrfdat; /*+ Centralized graph +*/ member
H A Dhdgraph_order_nd.h74 Hgraph cgrfdat; /*+ Centralized halo graph +*/ member
H A Dkdgraph_map_rb_part.c106 cgrfptr = &grafptr->data.cgrfdat; in kdgraphMapRbPartSequ()
192 …fldcgrfptr = (fldthrdptr->fldprocnum == 0) ? &fldgrafptr->data.cgrfdat : NULL; /* See if we are th… in kdgraphMapRbPartFold2()
418 if (dgraphGather (&grafptr->s, &grafdat.data.cgrfdat) != 0) { in kdgraphMapRbPart()
/dports/cad/scotch/scotch-6.0.4/src/scotch/
H A Ddggath.c91 SCOTCH_Graph cgrfdat; in main() local
196 cgrfptr = &cgrfdat; in main()
214 SCOTCH_graphInit (&cgrfdat); in main()
221 SCOTCH_graphExit (&cgrfdat); in main()