mirror of https://gitlab.com/QEF/q-e.git
Merge branch 'small_fixes' into 'develop'
small fixes See merge request QEF/q-e!2553
This commit is contained in:
commit
b27db990dd
|
@ -871,6 +871,8 @@ CONTAINS
|
|||
END DO
|
||||
!
|
||||
DO ibnd = ( ibnd_end + 1 ), nbnd
|
||||
!
|
||||
idx = ibnd_index(ibnd)
|
||||
!
|
||||
IF ( .NOT. conv(ibnd) ) THEN
|
||||
!$acc kernels
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue