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
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.
 
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.