Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

forrtl: The parameter is incorrect

fbalderasintel
637 Views

Our Fortran application dies suddenly with a terse statement "forrtl: The parameter is incorrect". 

Is there a way to get the run time lib to dump out more information ?

v2013 composer update 5.

 

 

0 Kudos
3 Replies
Steven_L_Intel1
Employee
637 Views

This is a Windows API error that can have many possible causes. Do you know what operation was executing when you got this error? Is there a traceback? It could be that there is data corruption, and malware can also cause this in some cases.

0 Kudos
fbalderasintel
637 Views

Forgot to mention. The program is run from command line. When it dies, the window closes. Is there a way to keep the command window open after a program dies?

0 Kudos
Steven_L_Intel1
Employee
637 Views

If the program is run from the command line, as opposed to a console application that opens the window when it is run, then the window closing indicates that the Windows command prompt process died, which is not good. It's also not a Fortran issue - you might have more serious problems with this system.

If it is just a console app you ran by double-click or some other way, then Windows will close the command window when the image exits.

0 Kudos
Reply