Experts Need a solution to solve this error

Asked By 0 points N/A Posted on -
qa-featured

Hi experts,

Need a solution to solve this error.

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.

Thanks in advance.

SHARE
Answered By 55 points N/A #161201

Experts Need a solution to solve this error

qa-featured

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 anything ambiguous in any circumstances. If you think that you are not sure then make a trigger or exception 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.

Related Questions