No of visitors who read this post: 195
Category: Windows OS
Type: Question
No votes yet

Hi experts Need a solution to solve this error. Thanks in advance.

Severe (1): Not a Fortran-specific error FOR$IOS_NOTFORSPE. An error in the user program or in the RTL was not an Intel Fortran-specific error and was not reportable through any other Intel Fortran run-time messages.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

There might be a possibility that the variable that you are using is throwing a null exception and that you are not tackling it correctly.

First make sure that the variable that you are using is not getting aynthing ambiguous in any circumstances. If you think that you are not sure then make a trigger or excetpion handler to handle that particular problem so that the program may not crash.

Also try using different variables in the program. Maybe the variables that you are using are the keywords that are being used inside the software.

Do this in a new separate file and see if the error still occurs.