|
subroutine | graph_partition_metis_base (num_vertices, edge_list_lens, edge_lists, partition_out, num_partitions, imbalance_tolerance, vertex_weights, edge_weights) |
|
subroutine | graph_partition_metis_csr_nowgt (partition, graph, num_partitions) |
|
subroutine | graph_partition_metis_csr_i4 (partition, graph, num_partitions, wgt_kind, vertex_weights, edge_weights) |
|
subroutine | graph_partition_metis_csr_i8 (partition, graph, num_partitions, wgt_kind, vertex_weights, edge_weights) |
|
subroutine | graph_partition_metis_csr_mweights_i4 (partition, graph, num_partitions, imbalance_tolerance, vertex_weights, edge_weights) |
|
subroutine | graph_partition_metis_csr_mweights_i8 (partition, graph, num_partitions, imbalance_tolerance, vertex_weights, edge_weights) |
|
◆ graph_partition_metis_csr_i4()
subroutine ppm_graph_partition_serial::graph_partition_metis::graph_partition_metis_csr_i4 |
( |
type(partition_assignment), intent(out) | partition, |
|
|
type(graph_csr), intent(in) | graph, |
|
|
integer, intent(in) | num_partitions, |
|
|
integer(i4) | wgt_kind, |
|
|
integer(i4), dimension(*), intent(in), optional | vertex_weights, |
|
|
integer(i4), dimension(*), intent(in), optional | edge_weights ) |
- Parameters
-
wgt_kind | intent is none, because the contents are not referencec but rather used for interface disambiguation |
◆ graph_partition_metis_csr_i8()
subroutine ppm_graph_partition_serial::graph_partition_metis::graph_partition_metis_csr_i8 |
( |
type(partition_assignment), intent(out) | partition, |
|
|
type(graph_csr), intent(in) | graph, |
|
|
integer, intent(in) | num_partitions, |
|
|
integer(i8) | wgt_kind, |
|
|
integer(i8), dimension(*), intent(in), optional | vertex_weights, |
|
|
integer(i8), dimension(*), intent(in), optional | edge_weights ) |
- Parameters
-
wgt_kind | intent is none, because the contents are not referencec but rather used for interface disambiguation |
The documentation for this interface was generated from the following file:
Das diesem Bericht zugrundeliegende Vorhaben wurde mit Mitteln des Bundesministeriums für Bildung, und Forschung unter dem Förderkennzeichen 01IH08004E gefördert. Die Verantwortung für den Inhalt dieser Veröffentlichung liegt beim Autor.