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

Input conversion error

ecc26
Beginner
1,433 Views
I'm getting this error; forrtl: severe (64) input conversion error, unit 99... I understand that this error means, invalid character was detected in an input field, or the input value overflowed the range representable in the input variable. My question here is how can I find the specific variable in question. I try to find the line reproted on the error message, is blank. Is likely I don't no how to use this jet ( hopefully). I was used to work with Lanhey compiler which would number all line of the code and always tell you exactly on what line was the error.

thank you,
0 Kudos
1 Reply
james1
Beginner
1,433 Views
First your program should be compiled with the /traceback option. If it is, then the question is what are you using to visit the displayed line number? My experience is this setting and viewing with the Visual Studio editor gets you to the correction source line.

James
0 Kudos
Reply