Home
last modified time | relevance | path

Searched refs:cubeloops (Results 1 – 3 of 3) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/pelib/src/
H A Dpelib_mpi.F90258 if (.not. allocated(cubeloops)) allocate(cubeloops(0:nprocs))
269 cubeloops(0) = 0
271 cubeloops(i) = sum(cubedists(0:i-1))
276 call mpi_bcast(cubeloops(0), nprocs + 1, impi, master, comm, ierr)
277 cube_start = cubeloops(myid) + 1
278 cube_finish = cubeloops(myid+1)
H A Dpelib_options.F90101 integer(ip), dimension(:), save, allocatable :: cubeloops variable
H A Dpelib.F90744 if (allocated(cubeloops)) deallocate(cubeloops)