[Pw_forum] Simple question on parallel IO

H. Lee hjunlee at gmail.com
Mon Feb 24 20:53:19 CET 2014


Dear all:

I have a simple question on parallel IO in QE.
In many subroutines, "write" statement is used without the restriction to
ionode.
For example, in c_bands.f90,

...

  avg_iter = avg_iter / nkstot

  !



  WRITE( stdout, &

       '( 5X,"ethr = ",1PE9.2,",  avg # of iterations =",0PF5.1 )' ) &

       ethr, avg_iter

  !



  CALL stop_clock( 'c_bands' )

  !



  RETURN

  !



END SUBROUTINE c_bands

Then, why is not this message printed duplicately for using the cores more
than one?

Regards.

H. Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20140224/00d94ccd/attachment.html>


More information about the users mailing list