PaStiX Handbook 6.4.0
|
Go to the source code of this file.
Functions | |
static void | ocs_graph_check (const SCOTCH_Graph *graph, int procnum) |
Check the generated Scotch graph. | |
static void | ocs_graph_init (SCOTCH_Graph *scotchgraph, pastix_graph_t *graph) |
Build the Scotch graph. | |
static void | ocs_graph_exit (SCOTCH_Graph *scotchgraph) |
Cleanup the Scotch graph structure and free the associated data. | |
static int | ocs_compute_graph_ordering (pastix_data_t *pastix_data, SCOTCH_Graph *scotchgraph) |
Compute the graph ordering. | |
int | orderComputeScotch (pastix_data_t *pastix_data, pastix_graph_t *graph) |
Compute the ordering of the graph given as parameter with Scotch library. | |
PaStiX order driver to perform ordering with Scotch library.
Definition in file order_compute_scotch.c.