- updating of "bec" parallelized with OpenMP

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9265 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ccavazzoni 2012-08-07 11:15:09 +00:00
parent fd5a97c4bd
commit 19461e5a39
1 changed files with 2 additions and 0 deletions

View File

@ -1260,6 +1260,7 @@ END SUBROUTINE diagonalize_parallel
!
! here nr and ir are still valid, since they are the same for all procs in the same row
!
!$omp parallel do default(none) private(ibgrp_i,inl) shared(nr,ibgrp_g2l,istart,ir,nkbus,bec_bgrp,wtemp)
DO i = 1, nr
ibgrp_i = ibgrp_g2l( i + istart + ir - 2 )
IF( ibgrp_i > 0 ) THEN
@ -1268,6 +1269,7 @@ END SUBROUTINE diagonalize_parallel
END DO
END IF
END DO
!$omp end parallel do
!
END IF