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

intel_fc_81 syntax error on cluster

jiead
Beginner
553 Views
hey everyone,
I had a problem with intel_fc_81, the same code, the same input file works fine with fc_80, the error is
forrtl: severe (59): list-directed I/O syntax error, unit 10,
it means the format of one of the input files is wrong, but it's ok with the old version, does any one have the same problem?
Thanks!
0 Kudos
3 Replies
Steven_L_Intel1
Employee
553 Views
Well, what is the data being read? It could be that 8.0 did not complain about an error that 8.1 does catch.
0 Kudos
jiead
Beginner
553 Views

0 Kudos
Steven_L_Intel1
Employee
553 Views
One would need to see the READ, the datatypes of the variables, and which line of the file it started in. Better, send a complete test case to Intel Premier Support.
0 Kudos
Reply