Home
last modified time | relevance | path

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

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dtask_list_methods.F1756 SUBROUTINE distribute_tasks(rs_descs, ntasks, natoms, nimages, & subroutine
1768 CHARACTER(LEN=*), PARAMETER :: routineN = 'distribute_tasks', & argument
1769 routineP = moduleN//':'//routineN
1771 INTEGER :: handle, igrid_level, irank, ntasks_recv
1772 INTEGER(KIND=int_8) :: load_gap, max_load, replicated_load
1773 … INTEGER(KIND=int_8), ALLOCATABLE, DIMENSION(:) :: total_loads, total_loads_tmp, trial_loads
1774 INTEGER(KIND=int_8), DIMENSION(:, :), POINTER :: loads
1775 INTEGER, ALLOCATABLE, DIMENSION(:) :: indices, real2virtual, total_index
1776 LOGICAL :: distributed_grids, fixed_first_grid
1777 TYPE(realspace_grid_desc_type), POINTER :: desc
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dtask_list_methods.F1895 CHARACTER(LEN=*), PARAMETER :: routineN = 'distribute_tasks', & argument
1896 routineP = moduleN//':'//routineN
1898 INTEGER :: handle, igrid_level, irank, k, &
1899 ntasks_recv
1900 INTEGER(KIND=int_8) :: load_gap, max_load, replicated_load
1901 INTEGER(KIND=int_8), ALLOCATABLE, DIMENSION(:) :: taskid, total_loads, total_loads_tmp, &
1903 INTEGER(KIND=int_8), DIMENSION(:, :), POINTER :: loads, tasks_recv
1904 INTEGER, ALLOCATABLE, DIMENSION(:) :: index, real2virtual, total_index
1905 LOGICAL :: distributed_grids, fixed_first_grid
1906 REAL(KIND=dp), DIMENSION(:, :), POINTER :: rval_recv
[all …]