|
| subroutine, public | prg_graph_mod::prg_initsubgraph (sg, pnum, hsize) |
| | Initialize subgraph. More...
|
| |
| subroutine, public | prg_graph_mod::prg_destroysubgraph (sg) |
| | Destroy subgraph. More...
|
| |
| subroutine, public | prg_graph_mod::prg_initgraphpartitioning (gp, pname, np, nnodes, nnodes2) |
| | Initialize graph partitioning. More...
|
| |
| subroutine, public | prg_graph_mod::prg_destroygraphpartitioning (gp) |
| | Destroy graph partitioning. More...
|
| |
| subroutine, public | prg_graph_mod::prg_printgraphpartitioning (gp) |
| | Print graph partitioning structure data. More...
|
| |
| subroutine, public | prg_graph_mod::prg_equalpartition (gp, nodesPerPart, nnodes) |
| | Create equal graph partitions, based on number of rows/orbitals. More...
|
| |
| subroutine, public | prg_graph_mod::prg_equalgrouppartition (gp, hindex, ngroup, nodesPerPart, nnodes) |
| | Create equal group graph partitions, based on number of atoms/groups. More...
|
| |
| subroutine, public | prg_graph_mod::prg_filepartition (gp, partFile) |
| | Read graph partitions from a file, based on number of rows/orbitals. More...
|
| |
| subroutine | prg_graph_mod::prg_readpart (gp, partFile) |
| | Read parts (core) from part file. More...
|
| |
| subroutine, public | prg_graph_mod::prg_fnormgraph (gp) |
| | Accumulate trace norm across all subgraphs. More...
|
| |