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

What do *s in WRITE outputs imply?

Stuart_M_
Beginner
528 Views
Hi folks

I'm getting a bunch of results written to an output file that are simply ********

I am writing with the format F8.4, and know that there are bugs because in other parts of the output I'm getting NaN and INFINITY results. The latter two I can address because I know what they imply, but I can't seem to find anything on what asterisks in an output imply.

Thanks
0 Kudos
1 Solution
TimP
Honored Contributor III
528 Views
Results have overflowed the format, most likely by exceeding the range plus sign width you specified.

View solution in original post

0 Kudos
2 Replies
TimP
Honored Contributor III
529 Views
Results have overflowed the format, most likely by exceeding the range plus sign width you specified.
0 Kudos
Stuart_M_
Beginner
528 Views
Quoting - tim18
Results have overflowed the format, most likely by exceeding the range plus sign width you specified.

Much 'bliged :-)
0 Kudos
Reply