one line log and added total file number
This commit is contained in:
parent
150c2a5cfd
commit
f366f6e708
1 changed files with 8 additions and 8 deletions
|
|
@ -279,9 +279,11 @@
|
|||
REAL :: dt,dummyu
|
||||
INTEGER :: ncyc
|
||||
|
||||
REAL*4 :: e, t(2), e0
|
||||
REAL*4 :: e, t(2)
|
||||
REAL*4 :: e0, t0(2)
|
||||
REAL*4 :: e1, t1(2)
|
||||
|
||||
e0 = etime(t)
|
||||
e0 = etime(t0)
|
||||
|
||||
OPEN(num,FORM='unformatted',STATUS='unknown')
|
||||
|
||||
|
|
@ -314,13 +316,11 @@
|
|||
|
||||
e = etime(t)
|
||||
|
||||
WRITE(*,'(i1,a,f8.3,a,i7,a,i5,a,f8.3,a,a,i3,a,i5,a)') &
|
||||
ipass, &
|
||||
' time/NCYC/savenum = ', tnow, ' /', ncyc, ' /', num, &
|
||||
' took ', e-e0, " sec ", &
|
||||
' || process ', myid, ' processed ', nprogress, ' files'
|
||||
WRITE(*,'(a,i2,a,i1,a,i4,a,i4,a,i4,a,f8.2,a,f8.2,a,f8.2)') &
|
||||
"PID", myid, "|PASS", ipass, "|fort.", num, &
|
||||
"|", nprogress, "/", endnum-startnum+1, &
|
||||
"|E:", e, "|U:", t(1), "|S:", t(2)
|
||||
|
||||
WRITE(*,*) "Elapsed: ", e, ", User: ", t(1), ", System: ", t(2)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue