6 subroutine oepvcl(vclcv,vclvv)
12 complex(8),
intent(out) :: vclcv(ncrmax,natmtot,nstsv,nkpt)
13 complex(8),
intent(out) :: vclvv(nstsv,nstsv,nkpt)
25 write(*,
'("Info(oepvcl): ",I6," of ",I6," k-points")') ik,nkpt
27 call oepvclk(ik,vclcv(:,:,:,ik),vclvv(:,:,ik))
32 ncv=ncrmax*natmtot*nstsv
36 call mpi_bcast(vclcv(:,:,:,ik),ncv,mpi_double_complex,lp,
mpicom,
ierror)
37 call mpi_bcast(vclvv(:,:,ik),nvv,mpi_double_complex,lp,
mpicom,
ierror)
subroutine oepvcl(vclcv, vclvv)
subroutine oepvclk(ikp, vclcv, vclvv)
subroutine holdthd(nloop, nthd)