[QE-developers] bug of "check_para_diag"

Paolo Giannozzi p.giannozzi at gmail.com
Tue Apr 10 16:22:21 CEST 2018


You are right, I'll fix it. Thank you

Paolo

On Mon, Apr 9, 2018 at 4:10 PM, Satomichi Nishihara <nisihara225 at gmail.com>
wrote:

> Dear Developers of QE,
>
>
>
> in the files of lr_readin.f90, lr_setup_nscf.f90 and setup_nscf.f90,
>
> usage of check_para_diag is incorrect.
>
>
>
> INCORRECT CODE:
>
> #if defined(__MPI)
>
>   IF ( use_para_diag )  CALL check_para_diag( nbnd )
>
> #else
>
>   use_para_diag = .FALSE.
>
> #endif
>
>
>
> CORRECT CODE:
>
> #if defined(__MPI)
>
>   use_para_diag = check_para_diag( nbnd )
>
> #else
>
>   use_para_diag = .FALSE.
>
> #endif
>
>
>
> Regards,
>
> Satomichi
>
>
>
> _______________________________________________
> developers mailing list
> developers at lists.quantum-espresso.org
> https://lists.quantum-espresso.org/mailman/listinfo/developers
>
>


-- 
Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy
Phone +39-0432-558216, fax +39-0432-558222
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/developers/attachments/20180410/c36b34f0/attachment.html>


More information about the developers mailing list