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

iomsg= question

lklawrie
Beginner
427 Views
What is the length of character variable I should use if I put in the iomsg= option into read, etc statements?

Doesn't seem to be specified in the help nor in the standard.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
427 Views
The standard doesn't say - this is implementation-dependent. Why not use 256 or some length near that - it should be enough.
0 Kudos
lklawrie
Beginner
427 Views
Thanks, Steve.

I was coming up blank with an appropriate length.
0 Kudos
Reply