call to environment_end displaced after cpu time report so that it makes

the final printout


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@6255 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2009-12-18 12:38:02 +00:00
parent 9cf8471014
commit 629c88cc4f
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,6 @@ SUBROUTINE stop_run( flag )
LOGICAL :: exst, opnd
!
!
CALL environment_end( 'PWSCF' )
!
#if defined (EXX)
IF ( lpath .or. nimage > 1 ) THEN
#else
@ -111,6 +109,8 @@ SUBROUTINE stop_run( flag )
!
CALL print_clock_pw()
!
CALL environment_end( 'PWSCF' )
!
CALL mp_barrier()
!
CALL mp_end()