Bug fix: This seems as a serious bug that affects the saving of the

wavefunctions with images. 
Due to this bug phonon + images + pool sometimes crashes. 
Please check.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9285 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2012-08-13 13:32:06 +00:00
parent f842daea11
commit ff0c45aa11
1 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ MODULE pw_restart
!
! ... find out the number of pools
!
npool = nproc / nproc_pool
npool = nproc_image / nproc_pool
!
! ... find out number of k points blocks
!
@ -2874,7 +2874,7 @@ MODULE pw_restart
USE buffers, ONLY : save_buffer
USE gvect, ONLY : ngm, ngm_g, g, ig_l2g
USE noncollin_module, ONLY : noncolin, npol
USE mp_global, ONLY : kunit, nproc, nproc_pool, me_pool, me_bgrp, nbgrp, &
USE mp_global, ONLY : kunit, nproc_image, nproc_pool, me_pool, me_bgrp, nbgrp, &
root_pool, intra_pool_comm, inter_pool_comm, intra_image_comm, &
root_bgrp, intra_bgrp_comm, inter_bgrp_comm
!
@ -2917,7 +2917,7 @@ MODULE pw_restart
!
! ... find out the number of pools
!
npool = nproc / nproc_pool
npool = nproc_image / nproc_pool
!
! ... find out number of k points blocks
!