Skip to content

Draft: s_psi - like subroutines optimization

Janusz Andrzejewski requested to merge dzejej/q-e:s_psi into develop

Rename s_psi and s_psi_acc to s_psi_vkb and s_psi_acc_vkb - these new renamed subroutines have additional argument - array vkb and do not use module array vkb from uspp module

Created wrapper subroutines s_psi and s_psi_acc - with the same arguments as old ones - these subroutines uses the new renamed s_psi_vkb and s_psi_acc_vkb subroutines with vkb array from uspp module.

These changes allows remove of temporary array and copy in/out of array in swfc subroutine

PS> I have some problems with some blas libraries - and I do not know why :)

Merge request reports