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

input conversion error/Common block

winam
Beginner
393 Views
I have a fortran code, written by somebody and he is not here.. There is common block in the code which is not being used anywhere in the code. So I wanted to remove the common block... But without the common block, the code gives a

forrtl: severe (64): input conversion error,
And the same code with the common block runs till convergence and all is fine.

Yes I am reading some formatted not just at the beginning of the code but even while running the code..

I want to know whats happening because I just want to confirm that the numbers its churning out are actually something that I wnat to see... I am not familiar with using debugger in linux environment hece... couldn't understand it myself..

Thanks in advacne...
Subbu.
0 Kudos
0 Replies
Reply