Skip to content

Commit

Permalink
Add sleep(5) to iabort
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimura committed Aug 15, 2021
1 parent 9e87c2f commit 3f4cbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/machine.F90
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ subroutine iabort(datacomp)
type(typecomp),intent(in) :: datacomp
character(len=24) :: tdate
!
call sleep(5)
call fdate(tdate)
write(datacomp%iout,'(" The job finished at ",a)')tdate
write(datacomp%iout,'(" ===========================================")')
Expand Down

0 comments on commit 3f4cbc1

Please sign in to comment.