FORTRAN 77 IO Error: Troubleshooting with FORCE 2.0

  • Context: Fortran 
  • Thread starter Thread starter Sujash Bhattacharya
  • Start date Start date
  • Tags Tags
    Error Fortran
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Sujash Bhattacharya
Messages
1
Reaction score
0
I have a FORTRAN code that is producing no error upon compilation but when I run it, the run aborts with following message

"open: illegal unit number
apparent state: unit 72 <unnamed>
last format: list io
lately writing direct formatted external IO

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information"

I am using Force 2.0 as compiler. This code is running well in my professors pc with force 2.0. . The code is long. So it is difficult to post it here.
 
Physics news on Phys.org
You'll have to post some code if you want anybody to help you. You can copy and paste the relevant part (including the open statement) inside code tags.