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

Console outputs fail with Intel Visual Fortran 11, worked in 9.1

rre9518
Beginner
552 Views
I was able to redirect to a file my write(*,*) instructions by simply opening unit 6 when I used IVF9.1, however, now that I've migrated to IVF11, I am no longer able to do that.
I get the error: forrtl:severe(38): error during write, unit 6, file CONOUT$.

If I redirect output on the command line I bypass the problem, but that's no acceptable for what I'm doing.


I have disable McAfee on access scan. What changed? I need console output in a specific file.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
552 Views
This might be due to a bug that was fixed in the February update (072). Which specific 11.0 version do you have? Does it work if you write to unit 0?
0 Kudos
Steven_L_Intel1
Employee
552 Views
I tried to merge your separate reply into this thread but the reply disappeared - sorry.

You cannot open unit -1. Please try unit 6 instead. How are you doing the redirection?
0 Kudos
Reply