Guest User

Untitled

a guest
Jan 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. At line 61 of file mengen.f (unit = 5)
  2. Fortran runtime error: Cannot open file '/dev/tty': No such file or directory
  3.  
  4. Error termination. Backtrace:
  5.  
  6. Could not print backtrace: libbacktrace could not find executable to open
  7. #0 0xffffffff
  8. #1 0xffffffff
  9. #2 0xffffffff
  10. #3 0xffffffff
  11. #4 0xffffffff
  12. #5 0xffffffff
  13. #6 0xffffffff
  14. #7 0xffffffff
  15. #8 0xffffffff
  16. #9 0xffffffff
  17. #10 0xffffffff
  18. #11 0xffffffff
  19.  
  20. C
  21. OPEN(UNIT=10, FILE= 'meangen.out')
  22. OPEN(UNIT=5, FILE= '/dev/tty')
  23. C
Add Comment
Please, Sign In to add comment