12complex(8),
intent(out) :: vclcv(ncrmax,natmtot,nstsv,nkpt)
13complex(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))
32ncv=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)