Home
last modified time | relevance | path

Searched defs:kg_pair_switching (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dkg_vertex_coloring_methods.F507 SUBROUTINE kg_pair_switching(graph, ncolors) subroutine
511 CHARACTER(LEN=*), PARAMETER :: routineN = 'kg_pair_switching', & argument
512 routineP = moduleN//':'//routineN
514 INTEGER :: depth, handle, i, iter, j, low_col, &
515 low_col_neigh, maxdepth, &
516 maxiterations, nnodes, partner
517 LOGICAL :: switchable
518 LOGICAL, ALLOCATABLE, DIMENSION(:) :: color_present
519 TYPE(vertex), POINTER :: neighbor, this
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dkg_vertex_coloring_methods.F507 SUBROUTINE kg_pair_switching(graph, ncolors) subroutine
511 CHARACTER(LEN=*), PARAMETER :: routineN = 'kg_pair_switching', & argument
512 routineP = moduleN//':'//routineN
514 INTEGER :: depth, handle, i, iter, j, low_col, &
515 low_col_neigh, maxdepth, &
516 maxiterations, nnodes, partner
517 LOGICAL :: switchable
518 LOGICAL, ALLOCATABLE, DIMENSION(:) :: color_present
519 TYPE(vertex), POINTER :: neighbor, this