Merge branch 'small_fixes' into 'develop'

small fixes

See merge request QEF/q-e!2553
This commit is contained in:
giannozz 2025-01-30 10:22:07 +00:00
commit b27db990dd
2 changed files with 2 additions and 1 deletions

View File

@ -871,6 +871,8 @@ CONTAINS
END DO
!
DO ibnd = ( ibnd_end + 1 ), nbnd
!
idx = ibnd_index(ibnd)
!
IF ( .NOT. conv(ibnd) ) THEN
!$acc kernels

View File

@ -1034,6 +1034,5 @@ FUNCTION e_band ( )
END DO k_loop
!
CALL mp_sum (e_band, inter_pool_comm)
CALL mp_sum (e_band, inter_bgrp_comm)
!
END FUNCTION e_band