- #1
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.
"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.